<?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[Troubles updating to 2.6.0]]></title><description><![CDATA[<p dir="auto">I ran into troubles when updating to 2.6.0, before on 2.5.0 everything worked fine.</p>
<p dir="auto">I get errors when update with git pull &amp;&amp; npm install, below the npm debug_log</p>
<pre><code>0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'start' ]
2 info using npm@1.4.21
3 info using node@v8.11.1
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info prestart magicmirror@2.6.0
6 info start magicmirror@2.6.0
7 verbose unsafe-perm in lifecycle true
8 info magicmirror@2.6.0 Failed to exec start script
9 error magicmirror@2.6.0 start: `sh run-start.sh`
9 error Exit status 127
10 error Failed at the magicmirror@2.6.0 start script.
10 error This is most likely a problem with the magicmirror package,
10 error not with npm itself.
10 error Tell the author that this fails on your system:
10 error     sh run-start.sh
10 error You can get their info via:
10 error     npm owner ls magicmirror
10 error There is likely additional logging output above.
11 error System Linux 4.14.90-v7+
12 error command "/usr/bin/node" "/usr/bin/npm" "start"
13 error cwd /home/pi/MagicMirror
14 error node -v v8.11.1
15 error npm -v 1.4.21
16 error code ELIFECYCLE
17 verbose exit [ 1, true ]
</code></pre>
<p dir="auto">when I manually try to start via npm start it states that</p>
<pre><code>&gt; magicmirror@2.6.0 start /home/pi/MagicMirror
&gt; sh run-start.sh

run-start.sh: 4: run-start.sh: electron: not found
</code></pre>
<p dir="auto">so I tried to install/update electon but had no luck</p>
<pre><code>npm ERR! Error: Method Not Allowed
npm ERR!     at errorResponse (/usr/share/npm/lib/cache/add-named.js:260:10)
npm ERR!     at /usr/share/npm/lib/cache/add-named.js:203:12
npm ERR!     at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:167:7)
npm ERR!     at FSReqWrap.oncomplete (fs.js:135:15)
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     &lt;http://github.com/npm/npm/issues&gt;

npm ERR! System Linux 4.14.90-v7+
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "i" "electron"
npm ERR! cwd /home/pi/MagicMirror
npm ERR! node -v v8.11.1
npm ERR! npm -v 1.4.21
npm ERR! code E405
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>
<p dir="auto">what am I missing?</p>
]]></description><link>https://forum.magicmirror.builders/topic/9402/troubles-updating-to-2-6-0</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 09:59:58 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9402.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Jan 2019 21:16:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Troubles updating to 2.6.0 on Fri, 04 Jan 2019 18:08:13 GMT]]></title><description><![CDATA[<p dir="auto">Your version of <code>npm</code> is way too old - install the latest version through the terminal:<br />
<code>sudo npm install -g npm</code></p>
]]></description><link>https://forum.magicmirror.builders/post/49374</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49374</guid><dc:creator><![CDATA[michael5r]]></dc:creator><pubDate>Fri, 04 Jan 2019 18:08:13 GMT</pubDate></item><item><title><![CDATA[Reply to Troubles updating to 2.6.0 on Fri, 04 Jan 2019 21:08:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a></p>
<pre><code>npm install electron@latest
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/49380</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49380</guid><dc:creator><![CDATA[azuettel]]></dc:creator><pubDate>Fri, 04 Jan 2019 21:08:06 GMT</pubDate></item><item><title><![CDATA[Reply to Troubles updating to 2.6.0 on Fri, 04 Jan 2019 18:08:13 GMT]]></title><description><![CDATA[<p dir="auto">Your version of <code>npm</code> is way too old - install the latest version through the terminal:<br />
<code>sudo npm install -g npm</code></p>
]]></description><link>https://forum.magicmirror.builders/post/49374</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49374</guid><dc:creator><![CDATA[michael5r]]></dc:creator><pubDate>Fri, 04 Jan 2019 18:08:13 GMT</pubDate></item><item><title><![CDATA[Reply to Troubles updating to 2.6.0 on Fri, 04 Jan 2019 22:05:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/azuettel" aria-label="Profile: azuettel">@<bdi>azuettel</bdi></a> u are running a very old version of npm, 1.x</p>
<p dir="auto">Should be v 6 at least.</p>
]]></description><link>https://forum.magicmirror.builders/post/49316</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49316</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 04 Jan 2019 22:05:18 GMT</pubDate></item><item><title><![CDATA[Reply to Troubles updating to 2.6.0 on Fri, 04 Jan 2019 01:45:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/azuettel" aria-label="Profile: azuettel">@<bdi>azuettel</bdi></a> - What command did you use to update Electron?</p>
]]></description><link>https://forum.magicmirror.builders/post/49307</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49307</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Fri, 04 Jan 2019 01:45:46 GMT</pubDate></item></channel></rss>