<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Mirror wont even start]]></title><description><![CDATA[<p dir="auto">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 :)</p>
<p dir="auto">pi@raspberrypi:~/MagicMirror $ npm start<br />
npm WARN npm npm does not support Node.js v5.12.0<br />
npm WARN npm You should probably upgrade to a newer version of node as we<br />
npm WARN npm can’t make any promises that npm will work with this version.<br />
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8.<br />
npm WARN npm You can find the latest version at <a href="https://nodejs.org/" target="_blank" rel="noopener noreferrer nofollow ugc">https://nodejs.org/</a></p>
<blockquote>
<p dir="auto">magicmirror@2.1.3 start /home/pi/MagicMirror<br />
sh <a href="http://run-start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">run-start.sh</a></p>
</blockquote>
<p dir="auto">/home/pi/MagicMirror/node_modules/electron/index.js:9<br />
throw new Error(‘Electron failed to install correctly, please delete node_modules/electron and try installing again’)<br />
^</p>
<p dir="auto">Error: Electron failed to install correctly, please delete node_modules/electron and try installing again<br />
at Object. (/home/pi/MagicMirror/node_modules/electron/index.js:9:9)<br />
at Module._compile (module.js:413:34)<br />
at Object.Module._extensions…js (module.js:422:10)<br />
at Module.load (module.js:357:32)<br />
at Function.Module._load (module.js:314:12)<br />
at Module.require (module.js:367:17)<br />
at require (internal/module.js:20:19)<br />
at Object. (/home/pi/MagicMirror/node_modules/electron/cli.js:3:16)<br />
at Module._compile (module.js:413:34)<br />
at Object.Module._extensions…js (module.js:422:10)<br />
npm ERR! code ELIFECYCLE<br />
npm ERR! errno 1<br />
npm ERR! magicmirror@2.1.3 start: <code>sh run-start.sh</code><br />
npm ERR! Exit status 1<br />
npm ERR!<br />
npm ERR! Failed at the magicmirror@2.1.3 start script.<br />
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.</p>
<p dir="auto">npm ERR! A complete log of this run can be found in:<br />
npm ERR!     /home/pi/.npm/_logs/2017-11-04T09_24_59_245Z-debug.log</p>
]]></description><link>https://forum.magicmirror.builders/topic/5423/mirror-wont-even-start</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 11:48:14 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5423.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Nov 2017 09:34:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mirror wont even start on Sat, 04 Nov 2017 13:19:11 GMT]]></title><description><![CDATA[<p dir="auto">The only tutorial supported here is this one.<br />
<a href="https://forum.magicmirror.builders/topic/236/complete-setup-tutorial">https://forum.magicmirror.builders/topic/236/complete-setup-tutorial</a></p>
<p dir="auto">Your node is not up to date for MM. Node should be somewhere in the area of v6.11.x and npm 3.10.10.</p>
<p dir="auto">This error: <strong>“Error(‘Electron failed to install correctly, please delete node_modules/electron and try installing again’)”</strong> is telling you to delete the electron folder. Then you would run <code>npm install</code> again in the MagicMirror directory. Then you would run <code>npm start</code> in the MagicMirror directory.</p>
]]></description><link>https://forum.magicmirror.builders/post/30700</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/30700</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 04 Nov 2017 13:19:11 GMT</pubDate></item></channel></rss>