Read the statement by Michael Teeuw here.
Mirror wont even start
-
Just got a raspberry pi 3 Model B. I have no idea what I’m doing. I’ve tried following multiple tutorials and other forms to try and solve various things on my own. At this point I feel completely stuck and have to ask for help. When trying npm start I get an error. I believe I’ve correctly updated NPM and Node but I could be wrong. Like I said, I have no idea what I’m doing so ELI5 please! Thank You :)
pi@raspberrypi:~/MagicMirror $ npm start
npm WARN npm npm does not support Node.js v5.12.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can’t make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8.
npm WARN npm You can find the latest version at https://nodejs.org/magicmirror@2.1.3 start /home/pi/MagicMirror
sh run-start.sh/home/pi/MagicMirror/node_modules/electron/index.js:9
throw new Error(‘Electron failed to install correctly, please delete node_modules/electron and try installing again’)
^Error: Electron failed to install correctly, please delete node_modules/electron and try installing again
at Object. (/home/pi/MagicMirror/node_modules/electron/index.js:9:9)
at Module._compile (module.js:413:34)
at Object.Module._extensions…js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:20:19)
at Object. (/home/pi/MagicMirror/node_modules/electron/cli.js:3:16)
at Module._compile (module.js:413:34)
at Object.Module._extensions…js (module.js:422:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! magicmirror@2.1.3 start:sh run-start.sh
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.1.3 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2017-11-04T09_24_59_245Z-debug.log -
The only tutorial supported here is this one.
https://forum.magicmirror.builders/topic/236/complete-setup-tutorialYour node is not up to date for MM. Node should be somewhere in the area of v6.11.x and npm 3.10.10.
This error: “Error(‘Electron failed to install correctly, please delete node_modules/electron and try installing again’)” is telling you to delete the electron folder. Then you would run
npm installagain in the MagicMirror directory. Then you would runnpm startin the MagicMirror directory.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login