Thank you for your help!
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
E
Posts
-
MM Install Error
Hi!
I’m trying to install MM on a RP 4 . I followed the Manual Installation steps , however, from step two on scripts indicate no file or directory. This is all new to me so your advice will be much appreciated!pi@raspberrypi:~ $ https://github.com/MichMich/MagicMirror bash: https://github.com/MichMich/MagicMirror: No such file or directory pi@raspberrypi:~ $ cd MagicMirror/ bash: cd: MagicMirror/: No such file or directory pi@raspberrypi:~ $ npm install npm WARN saveError ENOENT: no such file or directory, open '/home/pi/package.json' npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json' npm WARN pi No description npm WARN pi No repository field. npm WARN pi No README data npm WARN pi No license field. up to date in 0.797s found 0 vulnerabilities pi@raspberrypi:~ $ cp config/config.js.sample config/config.js cp: cannot stat 'config/config.js.sample': No such file or directory pi@raspberrypi:~ $ npm run start npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /home/pi/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2021-03-26T07_35_06_236Z-debug.log pi@raspberrypi:~ $