<?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 is giving Error.]]></title><description><![CDATA[<p dir="auto">NPM install is giving error.</p>
<p dir="auto"><img src="https://i.imgur.com/OCGcowg.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">Help please.</p>
]]></description><link>https://forum.magicmirror.builders/topic/8431/npm-install-is-giving-error</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 13:20:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8431.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Jul 2018 05:38:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NPM install is giving Error. on Mon, 07 Jan 2019 14:56:48 GMT]]></title><description><![CDATA[<p dir="auto">Aha-got it!</p>
<pre><code>sudo rm -rf ~/.nvm
sudo rm /usr/local/bin/node
sudo rm /usr/local/bin/nvm
pm2 stop mm (not sure if I missed this earlier)
bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
</code></pre>
<p dir="auto">This installed fine, but gave me an error of an out-of-date npm version, so I ran:</p>
<pre><code>sudo npm i -g npm
</code></pre>
<p dir="auto">Then moved all my old modules and config file over to the new install and checked my node/npm versions:</p>
<pre><code>pi@raspberrypi:~/MagicMirrorBackup/modules $ node -v
v9.11.2
pi@raspberrypi:~/MagicMirrorBackup/modules $ npm -v
6.5.0
</code></pre>
<p dir="auto">So they’re not as up-to-date as my previous ones, but MagicMirror is working fine!</p>
<p dir="auto">Thanks everyone for the input, turns out just a bit of manual removal and persistence sorted me out!</p>
]]></description><link>https://forum.magicmirror.builders/post/49616</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49616</guid><dc:creator><![CDATA[rmeskill]]></dc:creator><pubDate>Mon, 07 Jan 2019 14:56:48 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sun, 06 Jan 2019 15:35:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/postremalone" aria-label="Profile: postremalone">@<bdi>postremalone</bdi></a></p>
<p dir="auto">I just installed a module and it asked me to update NPM think i did it in the root directory not MagicMirror one can be sure.</p>
<p dir="auto">This is what worked for me<br />
sudo npm i -g npm</p>
]]></description><link>https://forum.magicmirror.builders/post/49486</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49486</guid><dc:creator><![CDATA[paddyhughes]]></dc:creator><pubDate>Sun, 06 Jan 2019 15:35:18 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sun, 06 Jan 2019 13:19:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nonamero" aria-label="Profile: nonamero">@<bdi>nonamero</bdi></a> I’ve brought this up on another thread, but I’ll mention here so that it is captured in context: for the last couple months Node.js and npm are currently BROKEN on RaspberryPi.</p>
<p dir="auto">I just tried a test this morning using the started Electron app at <a href="https://electronjs.org/docs/tutorial/first-app" target="_blank" rel="noopener noreferrer nofollow ugc">https://electronjs.org/docs/tutorial/first-app</a></p>
<p dir="auto">Running the automated install is a <a href="https://en.wikipedia.org/wiki/Red_herring" target="_blank" rel="noopener noreferrer nofollow ugc">Red Herring</a>. It is inappropriate to suggest it.</p>
<p dir="auto">We have to figure out how to fix the bugs in the Node.js installation for Raspberry Pi before anything else. I’m wondering if installing an older version of Node.js is the solution. If so, then what version would we start with?</p>
]]></description><link>https://forum.magicmirror.builders/post/49472</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/49472</guid><dc:creator><![CDATA[devinhedge]]></dc:creator><pubDate>Sun, 06 Jan 2019 13:19:53 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Thu, 13 Sep 2018 10:42:17 GMT]]></title><description><![CDATA[<pre><code>pi@raspberrypi:~/MagicMirror $ npm start

&gt; magicmirror@2.4.1 start /home/pi/MagicMirror
&gt; sh run-start.sh

/home/pi/MagicMirror/node_modules/electron/index.js:1
(function (exports, require, module, __filename, __dirname) {


SyntaxError: Invalid or unexpected token
    at new Script (vm.js:51:7)
    at createScript (vm.js:136:10)
    at Object.runInThisContext (vm.js:197:10)
    at Module._compile (internal/modules/cjs/loader.js:618:28)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:665:10)
    at Module.load (internal/modules/cjs/loader.js:566:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:506:12)
    at Function.Module._load (internal/modules/cjs/loader.js:498:3)
    at Module.require (internal/modules/cjs/loader.js:598:17)
    at require (internal/modules/cjs/helpers.js:11:18)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! magicmirror@2.4.1 start: `sh run-start.sh`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.4.1 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/2018-09-13T10_40_56_673Z-debug.log
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/44378</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44378</guid><dc:creator><![CDATA[epi]]></dc:creator><pubDate>Thu, 13 Sep 2018 10:42:17 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Wed, 15 Aug 2018 10:36:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/postremalone" aria-label="Profile: postremalone">@<bdi>postremalone</bdi></a> said in <a href="/post/42397">NPM install is giving Error.</a>:</p>
<blockquote>
<p dir="auto">NPM install is giving error.</p>
<p dir="auto"><img src="https://i.imgur.com/OCGcowg.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">Help please.</p>
</blockquote>
<p dir="auto">I meet the same issue than you and I solved it by uninstalling nodejs</p>
<pre><code>sudo apt-get remove nodejs
</code></pre>
<p dir="auto">and reinstall nodejs by using the MagicMirror install script</p>
<pre><code>bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
</code></pre>
<p dir="auto">During the installation, npm install -g npm@latest give me this error</p>
<pre><code>npm ERR! path /usr/lib/node_modules/npm/node_modules/ansi-regex
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access '/usr/lib/node_modules/npm/node_modules/ansi-regex'
npm ERR!  { Error: EACCES: permission denied, access '/usr/lib/node_modules/npm/node_modules/ansi-regex'
npm ERR!   stack: 'Error: EACCES: permission denied, access \'/usr/lib/node_modules/npm/node_modules/ansi-regex\'',
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'access',
npm ERR!   path: '/usr/lib/node_modules/npm/node_modules/ansi-regex' }
npm ERR!
npm ERR! Please try running this command again as root/Administrator.

</code></pre>
<p dir="auto">and I run same command as root to solved this</p>
<pre><code>sudo npm install -g npm@latest
</code></pre>
<p dir="auto">Here is version of nodejs install by MagicMirror script :</p>
<pre><code>Installed Node version: v9.11.2
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/43417</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43417</guid><dc:creator><![CDATA[Alex_]]></dc:creator><pubDate>Wed, 15 Aug 2018 10:36:38 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sun, 05 Aug 2018 20:11:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nonamero" aria-label="Profile: nonamero">@<bdi>nonamero</bdi></a></p>
<p dir="auto">Hi, Thank you for your help. I have been trying to install MM. At first, I had a trouble installing electron and node. Now I got dependencies error.</p>
<p dir="auto">I’ve tried what you suggested and I got the following error.</p>
<p dir="auto">During the installation of MM, I got Unable to install dependencies!.</p>
<p dir="auto">Could you please help?</p>
<pre><code>//your code here
pi@raspberrypi:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"

$$\      $$\                     $$\           $$\      $$\ $$\                                          $$$$$$\
$$$\    $$$ |                    \__|          $$$\    $$$ |\__|                                        $$  __$$\
$$$$\  $$$$ | $$$$$$\   $$$$$$\  $$\  $$$$$$$\ $$$$\  $$$$ |$$\  $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  \__/  $$ |
$$\$$\$$ $$ | \____$$\ $$  __$$\ $$ |$$  _____|$$\$$\$$ $$ |$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\  $$$$$$  |
$$ \$$$  $$ | $$$$$$$ |$$ /  $$ |$$ |$$ /      $$ \$$$  $$ |$$ |$$ |  \__|$$ |  \__|$$ /  $$ |$$ |  \__|$$  ____/
$$ |\$  /$$ |$$  __$$ |$$ |  $$ |$$ |$$ |      $$ |\$  /$$ |$$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |
$$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ |      $$ |      \$$$$$$  |$$ |      $$$$$$$$\
\__|     \__| \_______| \____$$ |\__| \_______|\__|     \__|\__|\__|      \__|       \______/ \__|      \________|
                       $$\   $$ |
                       \$$$$$$  |
                        \______/

Updating packages ...
Hit:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease
Get:2 http://archive.raspberrypi.org/debian stretch InRelease [25.3 kB]
Hit:3 https://deb.nodesource.com/node_8.x stretch InRelease    
Fetched 25.3 kB in 1s (13.7 kB/s)
Reading package lists... Done
Installing helper tools ...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.3).
curl is already the newest version (7.52.1-5+deb9u6).
git is already the newest version (1:2.11.0-3+deb9u3).
unzip is already the newest version (6.0-21).
wget is already the newest version (1.18-5+deb9u2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Check current Node installation ...
Node currently installed. Checking version number.
Minimum Node version: v5.1.0
Installed Node version: v5.7.0
No Node.js upgrade necessary.
Cloning MagicMirror ...
Cloning into 'MagicMirror'...
remote: Counting objects: 276, done.
remote: Compressing objects: 100% (245/245), done.
remote: Total 276 (delta 34), reused 129 (delta 21), pack-reused 0
Receiving objects: 100% (276/276), 383.32 KiB | 688.00 KiB/s, done.
Resolving deltas: 100% (34/34), done.
Cloning MagicMirror Done!
Installing dependencies ...
/home/pi/.nvm/versions/node/v5.7.0/lib/node_modules/npm/bin/npm-cli.js:82
      let notifier = require('update-notifier')({pkg})
      ^^^

SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
    at exports.runInThisContext (vm.js:53:16)
    at Module._compile (module.js:387:25)
    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 Function.Module.runMain (module.js:447:10)
    at startup (node.js:141:18)
    at node.js:933:3
Unable to install dependencies!
pi@raspberrypi:~ $ 



</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/43091</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43091</guid><dc:creator><![CDATA[dnwmhaha]]></dc:creator><pubDate>Sun, 05 Aug 2018 20:11:14 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sat, 21 Jul 2018 18:17:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nonamero" aria-label="Profile: nonamero">@<bdi>nonamero</bdi></a> said in <a href="/post/42441">NPM install is giving Error.</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fire1ce" aria-label="Profile: fire1ce">@<bdi>fire1ce</bdi></a></p>
<p dir="auto">try</p>
<pre><code>curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g npm@latest
</code></pre>
</blockquote>
<p dir="auto">thanks. that helps.</p>
]]></description><link>https://forum.magicmirror.builders/post/42451</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42451</guid><dc:creator><![CDATA[fire1ce]]></dc:creator><pubDate>Sat, 21 Jul 2018 18:17:45 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sat, 21 Jul 2018 14:59:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fire1ce" aria-label="Profile: fire1ce">@<bdi>fire1ce</bdi></a></p>
<p dir="auto">try</p>
<pre><code>curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g npm@latest
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/42441</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42441</guid><dc:creator><![CDATA[NoNameRo]]></dc:creator><pubDate>Sat, 21 Jul 2018 14:59:57 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sat, 21 Jul 2018 14:57:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nonamero" aria-label="Profile: nonamero">@<bdi>nonamero</bdi></a></p>
<pre><code>curl -sL https://deb.nodesource.com/setup_$NODE_STABLE_BRANCH | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g npm@latest
</code></pre>
<p dir="auto">won’t install npm. getting <code>command not found: npm</code></p>
]]></description><link>https://forum.magicmirror.builders/post/42440</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42440</guid><dc:creator><![CDATA[fire1ce]]></dc:creator><pubDate>Sat, 21 Jul 2018 14:57:03 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sat, 21 Jul 2018 14:45:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/merceg100" aria-label="Profile: merceg100">@<bdi>merceg100</bdi></a></p>
<p dir="auto">please try the following</p>
<pre><code>sudo apt-get remove nodejs nodejs-legacy nodered
</code></pre>
<p dir="auto">after that</p>
<pre><code>curl -sL https://deb.nodesource.com/setup_$NODE_STABLE_BRANCH | sudo -E bash -
sudo apt-get install -y nodejs
npm install -g npm@latest
</code></pre>
<p dir="auto">after that enter in the repository with</p>
<pre><code>cd MagicMirror
</code></pre>
<p dir="auto">then install and run the app with</p>
<pre><code>npm install &amp;&amp; npm start
</code></pre>
<p dir="auto">in case of errors please post here.</p>
<p dir="auto">why do not you use the automatic installation for the RPi 3 b +</p>
<pre><code>bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/42437</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42437</guid><dc:creator><![CDATA[NoNameRo]]></dc:creator><pubDate>Sat, 21 Jul 2018 14:45:25 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sat, 21 Jul 2018 10:40:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alessandroiacovella" aria-label="Profile: alessandroiacovella">@<bdi>alessandroiacovella</bdi></a> said in <a href="/post/42426">NPM install is giving Error.</a>:</p>
<blockquote>
<p dir="auto">What command do you type to upgrade npm?</p>
</blockquote>
<p dir="auto">After I installed MM using this command:<br />
git clone <a href="https://github.com/MichMich/MagicMirror" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror</a></p>
<p dir="auto">then I ran:<br />
sudo apt-get install npm</p>
<p dir="auto">afterwards:<br />
cd MagicMirror</p>
<p dir="auto">npm install</p>
<p dir="auto">Then I tried</p>
<p dir="auto">npm install -g npm@latest</p>
<p dir="auto">but it didnt work also.<br />
I am running latest updated Raspbian on RPi 3 b+</p>
]]></description><link>https://forum.magicmirror.builders/post/42434</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42434</guid><dc:creator><![CDATA[merceg100]]></dc:creator><pubDate>Sat, 21 Jul 2018 10:40:44 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sat, 21 Jul 2018 10:39:39 GMT]]></title><description><![CDATA[<p dir="auto">Bump… Anyone help please.</p>
]]></description><link>https://forum.magicmirror.builders/post/42433</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42433</guid><dc:creator><![CDATA[postremalone]]></dc:creator><pubDate>Sat, 21 Jul 2018 10:39:39 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sat, 21 Jul 2018 02:15:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nonamero" aria-label="Profile: nonamero">@<bdi>nonamero</bdi></a> said in <a href="/post/42422">NPM install is giving Error.</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/postremalone" aria-label="Profile: postremalone">@<bdi>postremalone</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/alessandroiacovella" aria-label="Profile: alessandroiacovella">@<bdi>alessandroiacovella</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/merceg100" aria-label="Profile: merceg100">@<bdi>merceg100</bdi></a></p>
<p dir="auto">Upgrade npm with</p>
<pre><code>npm install -g npm@latest
</code></pre>
</blockquote>
<p dir="auto">Tried it… doesn’t help either…</p>
]]></description><link>https://forum.magicmirror.builders/post/42427</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42427</guid><dc:creator><![CDATA[merceg100]]></dc:creator><pubDate>Sat, 21 Jul 2018 02:15:02 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Sat, 21 Jul 2018 02:10:35 GMT]]></title><description><![CDATA[<p dir="auto">What command do you type to upgrade npm?</p>
]]></description><link>https://forum.magicmirror.builders/post/42426</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42426</guid><dc:creator><![CDATA[alessandroiacovella]]></dc:creator><pubDate>Sat, 21 Jul 2018 02:10:35 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Fri, 20 Jul 2018 23:31:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/postremalone" aria-label="Profile: postremalone">@<bdi>postremalone</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/alessandroiacovella" aria-label="Profile: alessandroiacovella">@<bdi>alessandroiacovella</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/merceg100" aria-label="Profile: merceg100">@<bdi>merceg100</bdi></a></p>
<p dir="auto">Upgrade npm with</p>
<pre><code>npm install -g npm@latest
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/42422</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42422</guid><dc:creator><![CDATA[NoNameRo]]></dc:creator><pubDate>Fri, 20 Jul 2018 23:31:06 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Fri, 20 Jul 2018 18:33:19 GMT]]></title><description><![CDATA[<p dir="auto">Same here:</p>
<p dir="auto">Same here:</p>
<p dir="auto">pi@raspberrypi:~/MagicMirror $ npm install<br />
(node:4024) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.<br />
npm ERR! Error: Method Not Allowed<br />
npm ERR!     at errorResponse (/usr/share/npm/lib/cache/add-named.js:260:10)<br />
npm ERR!     at /usr/share/npm/lib/cache/add-named.js:203:12<br />
npm ERR!     at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:167:7)<br />
npm ERR!     at FSReqWrap.oncomplete (fs.js:135:15)<br />
npm ERR! If you need help, you may report this <em>entire</em> log,<br />
npm ERR! including the npm and node versions, at:<br />
npm ERR!     <a href="http://github.com/npm/npm/issues" target="_blank" rel="noopener noreferrer nofollow ugc">http://github.com/npm/npm/issues</a></p>
<p dir="auto">npm ERR! System Linux 4.14.52-v7+<br />
npm ERR! command “/usr/bin/node” “/usr/bin/npm” “install”<br />
npm ERR! cwd /home/pi/MagicMirror<br />
npm ERR! node -v v8.11.1<br />
npm ERR! npm -v 1.4.21<br />
npm ERR! code E405<br />
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact <a href="mailto:support@npmjs.com" target="_blank" rel="noopener noreferrer nofollow ugc">support@npmjs.com</a> for more info.</p>
<blockquote>
<p dir="auto">electron-chromedriver@1.7.1 install /home/pi/MagicMirror/node_modules/spectron/node_modules/electron-chromedriver<br />
node ./download-chromedriver.js</p>
</blockquote>
<p dir="auto">npm ERR! fetch failed <a href="https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz" target="_blank" rel="noopener noreferrer nofollow ugc">https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-3.0.2.tgz</a><br />
npm WARN engine rxjs@5.5.11: wanted: {“npm”:“&gt;=2.0.0”} (current: {“node”:“8.11.1”,“npm”:“1.4.21”})<br />
npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist &gt;3.0 config used in other tools.<br />
npm ERR! fetch failed <a href="https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz" target="_blank" rel="noopener noreferrer nofollow ugc">https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz</a><br />
npm ERR!<br />
npm ERR! Additional logging details can be found in:<br />
npm ERR!     /home/pi/MagicMirror/npm-debug.log<br />
npm ERR! not ok code 0</p>
]]></description><link>https://forum.magicmirror.builders/post/42415</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42415</guid><dc:creator><![CDATA[merceg100]]></dc:creator><pubDate>Fri, 20 Jul 2018 18:33:19 GMT</pubDate></item><item><title><![CDATA[Reply to NPM install is giving Error. on Fri, 20 Jul 2018 12:03:24 GMT]]></title><description><![CDATA[<p dir="auto">same with me :pouting_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/42403</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/42403</guid><dc:creator><![CDATA[alessandroiacovella]]></dc:creator><pubDate>Fri, 20 Jul 2018 12:03:24 GMT</pubDate></item></channel></rss>