<?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[NPM install error]]></title><description><![CDATA[<p dir="auto">I followed the manual install walk through.</p>
<pre><code class="language-bash">cd ~/MagicMirror
npm install
</code></pre>
<p dir="auto">Now I’m getting an electron error. How do I troubleshoot this?</p>
<pre><code class="language-bash"> electron@1.4.15 postinstall /home/pi/MagicMirror/node_modules/electron
 node install.js

npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
 
npm ERR! electron@1.4.15 postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the electron@1.4.15 postinstall script.
npm ERR! This is most likely a problem with the electron package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node install.js
npm ERR! You can get their info via:
npm ERR!     npm owner ls electron
npm ERR! There is likely additional logging output above.

npm ERR! System Linux 4.1.19-v7+
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/pi/MagicMirror
npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/pi/MagicMirror/npm-debug.log
npm ERR! not ok code 0
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/1478/npm-install-error</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 22:48:43 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1478.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Jan 2017 04:11:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NPM install error on Mon, 23 Jan 2017 13:28:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/morozgrafix" aria-label="Profile: morozgrafix">@<bdi>morozgrafix</bdi></a> Thank you morozgrafix. I discovered that the node instructions i found were wayyy old.</p>
<p dir="auto">I’ve updated it but ran into new problems. ha! Thanks everyone!</p>
]]></description><link>https://forum.magicmirror.builders/post/12178</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/12178</guid><dc:creator><![CDATA[jkhania]]></dc:creator><pubDate>Mon, 23 Jan 2017 13:28:12 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install error on Mon, 23 Jan 2017 13:49:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jkhania" aria-label="Profile: jkhania">@<bdi>jkhania</bdi></a> said in <a href="/post/12178">NPM install error</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/morozgrafix" aria-label="Profile: morozgrafix">@<bdi>morozgrafix</bdi></a> Thank you morozgrafix. I discovered that the node instructions i found were wayyy old.</p>
<p dir="auto">I’ve updated it but ran into new problems. ha! Thanks everyone!</p>
</blockquote>
<p dir="auto">Honestly the problems may be all the mixing that has happened.  I would just start over with the new instructions ;)</p>
]]></description><link>https://forum.magicmirror.builders/post/12190</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/12190</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Mon, 23 Jan 2017 13:49:18 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install error on Mon, 23 Jan 2017 13:28:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/morozgrafix" aria-label="Profile: morozgrafix">@<bdi>morozgrafix</bdi></a> Thank you morozgrafix. I discovered that the node instructions i found were wayyy old.</p>
<p dir="auto">I’ve updated it but ran into new problems. ha! Thanks everyone!</p>
]]></description><link>https://forum.magicmirror.builders/post/12178</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/12178</guid><dc:creator><![CDATA[jkhania]]></dc:creator><pubDate>Mon, 23 Jan 2017 13:28:12 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install error on Sat, 21 Jan 2017 06:28:07 GMT]]></title><description><![CDATA[<pre><code>npm ERR! node -v v0.10.29
npm ERR! npm -v 1.4.21
</code></pre>
<p dir="auto">Those look like very old versions of npm and node. Can you please run following commands in your terminal and post output?</p>
<pre><code>node --version
</code></pre>
<p dir="auto">and</p>
<pre><code>npm --version
</code></pre>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/11826</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/11826</guid><dc:creator><![CDATA[morozgrafix]]></dc:creator><pubDate>Sat, 21 Jan 2017 06:28:07 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install error on Sat, 21 Jan 2017 05:18:47 GMT]]></title><description><![CDATA[<p dir="auto">I would delete it and start over… something didn’t take…   Are you installing it manually?</p>
]]></description><link>https://forum.magicmirror.builders/post/11816</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/11816</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Sat, 21 Jan 2017 05:18:47 GMT</pubDate></item></channel></rss>