Read the statement by Michael Teeuw here.
Unable to install dependencies, NPM install not working
-
Yes i am use this tutorial.
Here the errors:
pi@raspberrypi:~/MagicMirror $ npm start
magicmirror@2.0.0 start /home/pi/MagicMirror
electron js/electron.jsnpm ERR! Linux 4.4.23-v7+
npm ERR! argv “/usr/bin/nodejs” “/usr/bin/npm” “start”
npm ERR! node v6.9.0
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! magicmirror@2.0.0 start:electron js/electron.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.0.0 start script ‘electron js/electron.js’.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the magicmirror package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! electron js/electron.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs magicmirror
npm ERR! Or if that isn’t available, you can get their info via:
npm ERR! npm owner ls magicmirror
npm ERR! There is likely additional logging output above.npm ERR! Please include the following file with any support request:
npm ERR! /home/pi/MagicMirror/npm-debug.log -
@FlorianRD, did you run
npm install
from within the MagicMirror folder? -
@MichMich I seem to be having the same problem as folks above. Whenever I try
npm install
from inside the MM folder, the electron installation either stalls or fails. -
@MichMich, yes i did run npm install. I’ve just finished a new installation of this project.
Step by step by the tutorial. And, same problem.electron-v1.3.8-linux-arm.zip is in /.electron folder
-
Did the
npm install
finish without issues? -
Sounds strange but did set a system time?
Sometimes it’s messing around without. -
I have the same error with a newly installed system
-
same, i thought its because the electron doesn’t work look http://www.bilder-upload.eu/show.php?file=967e7b-1477258720.png
why it’s red?
and i haven’t in the folder electron any data … maybe by you too ?
http://www.bilder-upload.eu/show.php?file=58e559-1477259579.png -
Hello guys, I have the same problem.
Here is the code:
Cloning MagigMirror Done!
Installing dependencies …
bash: line 109: nom: command not found
Unable to install dependencies!Do you an idea on how to solve this Problem?
Thanks a lot and many greetings from Germany :)
-
Hello guys,
I tried to overwrite everything. Well, I installed NPM with:
sudo apt-get install nodejs npm node-semver
After that, I renamed the initial Magic Mirror folder. Then I tried to installed the MM2 again.
Conlusion:
I have the same problem as @joey12725 .
Any suggestions?