<?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[Unable to install dependencies, NPM install not working]]></title><description><![CDATA[<p dir="auto">When I installed MM2 it gave me an error saying “unable to install dependencies!” Then when I ran NPM install it gave me a list of errors.</p>
<p dir="auto">npm WARN deprecated electron-prebuilt@1.4.3: electron-prebuilt has been renamed to electron. For more details, see <a href="http://electron.atom.io/blog/2016/08/16/npm-install-electron" target="_blank" rel="noopener noreferrer nofollow ugc">http://electron.atom.io/blog/2016/08/16/npm-install-electron</a><br />
npm ERR! Linux 4.1.19-v7+<br />
npm ERR! argv “/usr/local/bin/node” “/usr/local/bin/npm” “install”<br />
npm ERR! node v4.0.0<br />
npm ERR! npm  v3.10.8<br />
npm ERR! file /home/pi/.npm/electron-download/3.0.1/package/package.json<br />
npm ERR! code EJSONPARSE</p>
<p dir="auto">npm ERR! Failed to parse json<br />
npm ERR! No data, empty input at 1:1<br />
npm ERR!<br />
npm ERR! ^<br />
npm ERR! File: /home/pi/.npm/electron-download/3.0.1/package/package.json<br />
npm ERR! Failed to parse package.json data.<br />
npm ERR! package.json must be actual JSON, not just JavaScript.<br />
npm ERR!<br />
npm ERR! This is not a bug in npm.<br />
npm ERR! Tell the package author to fix their package.json file. JSON.parse</p>
<p dir="auto">npm ERR! Please include the following file with any support request:<br />
npm ERR!     /home/pi/MagicMirror/npm-debug.log</p>
]]></description><link>https://forum.magicmirror.builders/topic/793/unable-to-install-dependencies-npm-install-not-working</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 01:00:53 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/793.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Oct 2016 22:04:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Fri, 07 Jan 2022 22:56:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sharkbyte" aria-label="Profile: sharkbyte">@<bdi>sharkbyte</bdi></a> yeh, if you use my upgrade script it handles all that. Reset hard is, in my opinion, a bad thing to do, unless you KNOW why you are doing it.</p>
<p dir="auto">see<br />
<a href="https://github.com/sdetweil/MagicMirror_scripts" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror_scripts</a></p>
]]></description><link>https://forum.magicmirror.builders/post/98257</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98257</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 07 Jan 2022 22:56:32 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Fri, 07 Jan 2022 22:53:33 GMT]]></title><description><![CDATA[<p dir="auto">here is what worked for me<br />
git reset --hard and then git pull &amp;&amp; npm install</p>
]]></description><link>https://forum.magicmirror.builders/post/98256</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98256</guid><dc:creator><![CDATA[Sharkbyte]]></dc:creator><pubDate>Fri, 07 Jan 2022 22:53:33 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Mon, 21 Nov 2016 18:29:29 GMT]]></title><description><![CDATA[<p dir="auto">IT  WORKS!!</p>
<p dir="auto">thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/tajno" aria-label="Profile: tajno">@<bdi>tajno</bdi></a> for the hint!</p>
<p dir="auto">My Steps to working MM:</p>
<ul>
<li>Fresh Card with latest Version of Raspian (PIXEL)</li>
<li>[running the installer Script]</li>
<li>MMM DID NOT WORK AT THIS STAGE</li>
<li>running<br />
<strong>sudo</strong> npm install npm@latest -g<br />
<strong>sudo</strong> npm install -g grunt<br />
<strong>sudo</strong> npm install -g electron</li>
<li>manual install of MMM (git clone / sudo npm install / npm start)</li>
</ul>
<p dir="auto">kind regards<br />
Christoph</p>
]]></description><link>https://forum.magicmirror.builders/post/8329</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8329</guid><dc:creator><![CDATA[cpramhofer]]></dc:creator><pubDate>Mon, 21 Nov 2016 18:29:29 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Sun, 20 Nov 2016 17:56:09 GMT]]></title><description><![CDATA[<p dir="auto">Did you tried the followed:</p>
<p dir="auto">npm install npm@latest -g<br />
npm install -g grunt<br />
npm install -g electron</p>
]]></description><link>https://forum.magicmirror.builders/post/8284</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8284</guid><dc:creator><![CDATA[tajno]]></dc:creator><pubDate>Sun, 20 Nov 2016 17:56:09 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Sun, 20 Nov 2016 15:17:35 GMT]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">after my holiday i gave the thing another chance with a fresh install:</p>
<p dir="auto"><strong>Raspbian Jessie with Pixel<br />
2016-09-23</strong> (is this the problem???)</p>
<p dir="auto">npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed.<br />
npm ERR! Linux 4.4.21-v7+<br />
npm ERR! argv “/usr/bin/nodejs” “/usr/bin/npm” “install”<br />
npm ERR! node v6.9.1<br />
npm ERR! npm  v3.10.8<br />
npm ERR! code ELIFECYCLE</p>
<p dir="auto">npm ERR! electron-prebuilt@1.3.9 postinstall: <code>node install.js</code><br />
npm ERR! Exit status 1<br />
npm ERR!<br />
npm ERR! Failed at the electron-prebuilt@1.3.9 postinstall script ‘node install.js’.<br />
npm ERR! Make sure you have the latest version of node.js and npm installed.<br />
npm ERR! If you do, this is most likely a problem with the electron-prebuilt package,<br />
npm ERR! not with npm itself.<br />
npm ERR! Tell the author that this fails on your system:<br />
npm ERR!     node install.js<br />
npm ERR! You can get information on how to open an issue for this project with:<br />
npm ERR!     npm bugs electron-prebuilt<br />
npm ERR! Or if that isn’t available, you can get their info via:<br />
npm ERR!     npm owner ls electron-prebuilt<br />
npm ERR! There is likely additional logging output above.</p>
<p dir="auto">npm ERR! Please include the following file with any support request:<br />
npm ERR!     /root/MagicMirror/npm-debug.log<br />
Unable to install dependencies!</p>
<p dir="auto"><strong>or is it the problem that the installer is still using eletron-prebuild instead of electron??</strong></p>
]]></description><link>https://forum.magicmirror.builders/post/8268</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8268</guid><dc:creator><![CDATA[cpramhofer]]></dc:creator><pubDate>Sun, 20 Nov 2016 15:17:35 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Sat, 12 Nov 2016 08:06:22 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Gotcha!</p>
<p dir="auto">I got it running: D<br />
The difference to the 20 previous try was that I did not make the whole in the pure console, but in a terminal under the graphical surface.</p>
<p dir="auto">This can also be seen in the instructions under the URL <a href="https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/6">https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/6</a></p>
]]></description><link>https://forum.magicmirror.builders/post/7815</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7815</guid><dc:creator><![CDATA[MarkAlisch]]></dc:creator><pubDate>Sat, 12 Nov 2016 08:06:22 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Tue, 01 Nov 2016 19:15:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cpramhofer" aria-label="Profile: cpramhofer">@<bdi>cpramhofer</bdi></a>, not particularly stressed, just a matter of time … and life moving on.</p>
]]></description><link>https://forum.magicmirror.builders/post/7440</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7440</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Tue, 01 Nov 2016 19:15:24 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Tue, 01 Nov 2016 08:13:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a> well time is very precious in times like these ;) don´t get stressed due to our bug reports!<br />
thanks a lot that you are getting a look on it.</p>
]]></description><link>https://forum.magicmirror.builders/post/7422</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7422</guid><dc:creator><![CDATA[cpramhofer]]></dc:creator><pubDate>Tue, 01 Nov 2016 08:13:42 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Mon, 31 Oct 2016 18:18:53 GMT]]></title><description><![CDATA[<p dir="auto">Okay, guys, I got it working.  Not sure exactly how.  However, I have the basic steps:</p>
<ul>
<li>re-imaged Raspbian</li>
<li><code>sudo apt-update</code>, <code>sudo apt-get upgrade</code>, <code>sudo apt-get autoremove</code></li>
<li>reboot</li>
<li>install latest versions of nodejs and npm (make sure they are actually up to date with <code>--version</code>)</li>
<li>install electron from source (I believe I did this globally <code>-g</code>.)</li>
<li>build MagicMirror from source (not using auto-install script)</li>
<li>create your <code>config.js</code> file.</li>
<li>RUN ELECTRON FROM CONSOLE (just type <code>electron</code>)</li>
<li><code>cd MagicMirror</code></li>
<li>now run <code>sudo npm install &amp;&amp; npm start</code>.</li>
</ul>
<p dir="auto">This worked for me!  Hopefully it will work for you guys too.</p>
<p dir="auto">Edit: This also works without <code>electron</code> running.  I think the issue comes when electron does not install properly?</p>
]]></description><link>https://forum.magicmirror.builders/post/7399</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7399</guid><dc:creator><![CDATA[kiefersmith]]></dc:creator><pubDate>Mon, 31 Oct 2016 18:18:53 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Mon, 31 Oct 2016 18:04:42 GMT]]></title><description><![CDATA[<p dir="auto">Fail! I did not get time this weekend to try this. I got as far as downloading the new Raspbian image. I need to get another project done first, and it’s taking a lot of my time to complete. I will get to the testing, be patient.</p>
]]></description><link>https://forum.magicmirror.builders/post/7395</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7395</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Mon, 31 Oct 2016 18:04:42 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Mon, 31 Oct 2016 07:27:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kiefersmith" aria-label="Profile: kiefersmith">@<bdi>kiefersmith</bdi></a> sorry, i will try it the next time! Thank you for the hint!</p>
]]></description><link>https://forum.magicmirror.builders/post/7361</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7361</guid><dc:creator><![CDATA[cpramhofer]]></dc:creator><pubDate>Mon, 31 Oct 2016 07:27:01 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Mon, 31 Oct 2016 07:21:55 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><br />
the problem is that i (and many others) get an electron error. (compare the posting of <a class="plugin-mentions-user plugin-mentions-a" href="/user/florianrd" aria-label="Profile: FlorianRD">@<bdi>FlorianRD</bdi></a> )<br />
i tried both: direkt an ssh</p>
<p dir="auto">kind regards!</p>
]]></description><link>https://forum.magicmirror.builders/post/7360</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7360</guid><dc:creator><![CDATA[cpramhofer]]></dc:creator><pubDate>Mon, 31 Oct 2016 07:21:55 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Sun, 30 Oct 2016 20:00:57 GMT]]></title><description><![CDATA[<p dir="auto">Maybe use something like <a href="http://pastebin.com/" target="_blank" rel="noopener noreferrer nofollow ugc">pastebin</a> for verbose output?  Just for thread readability.</p>
]]></description><link>https://forum.magicmirror.builders/post/7352</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7352</guid><dc:creator><![CDATA[kiefersmith]]></dc:creator><pubDate>Sun, 30 Oct 2016 20:00:57 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Sun, 30 Oct 2016 16:30:58 GMT]]></title><description><![CDATA[<p dir="auto">All right. It looks like the next step is to copy the sample config.js file to it’s final location and then run this puppy.</p>
<p dir="auto">Are you doing this directly on the Pi or via SSH?</p>
]]></description><link>https://forum.magicmirror.builders/post/7333</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7333</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Sun, 30 Oct 2016 16:30:58 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Sun, 30 Oct 2016 16:18:20 GMT]]></title><description><![CDATA[<p dir="auto">next try…</p>
<p dir="auto">1., installed NOOBS<br />
2., installed JESSIE LITE<br />
3., Setup WLAN, IP, Internalisation, Update, Upgrade<br />
4., Setup MM2:</p>
<p dir="auto">pi@MM:~ $ curl -sL <a href="https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh" target="_blank" rel="noopener noreferrer nofollow ugc">https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh</a> | bash</p>
<p dir="auto">$$\      $$\                     $$\           $$\      $$\ $$\                                          $$$$$$<br />
$$$\    $$$ |                    _<em>|          $$$\    $$$ |_</em>|                                        $$  <strong>$$<br />
$$$$\  $$$$ | $$$$$$\   $$$$$$\  $$\  $$$$$$$\ $$$$\  $$$$ |$$\  $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  _<em>/  $$ |<br />
$$$$$$ $$ | _</em></strong>$$\ $$  <strong>$$\ $$ |$$  <strong><em><strong>|$$$$$$ $$ |$$ |$$  <strong>$$\ $$  <strong>$$\ $$  <em><em>$$\ $$  <strong>$$\  $$$$$$  |<br />
$$ $$$  $$ | $$$$$$$ |$$ /  $$ |$$ |$$ /      $$ $$$  $$ |$$ |$$ |  _<em>|$$ |  _</em>|$$ /  $$ |$$ |  _<em>|$$  <strong><em><em>/<br />
$$ |$  /$$ |$$  __$$ |$$ |  $$ |$$ |$$ |      $$ |$  /$$ |$$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |<br />
$$ | _/ $$ |$$$$$$$ |$$$$$$$ |$$ |$$$$$$$\ $$ | _/ $$ |$$ |$$ |      $$ |      $$$$$$  |$$ |      $$$$$$$$<br />
_</em>|     _</em>| _</strong></em></strong></em>| _</em></strong>$$ |_<em>| _</em></strong></strong></em>|_<em>|     _</em>|_<em>|_</em>|      __|       _</strong></strong><em>/ _<em>|      _</em>______|<br />
$$\   $$ |<br />
$$$$$$  |<br />
_</em>____/</p>
<p dir="auto">Installing helper tools …<br />
Paketlisten werden gelesen… Fertig<br />
Abhängigkeitsbaum wird aufgebaut.<br />
Statusinformationen werden eingelesen… Fertig<br />
build-essential ist schon die neueste Version.<br />
curl ist schon die neueste Version.<br />
unzip ist schon die neueste Version.<br />
wget ist schon die neueste Version.<br />
Vorgeschlagene Pakete:<br />
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email<br />
git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn<br />
Die folgenden NEUEN Pakete werden installiert:<br />
git git-man libcurl3-gnutls liberror-perl rsync<br />
0 aktualisiert, 5 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.<br />
Es müssen 4.613 kB an Archiven heruntergeladen werden.<br />
Nach dieser Operation werden 21,5 MB Plattenplatz zusätzlich benutzt.<br />
Holen: 1 <a href="http://mirrordirector.raspbian.org/raspbian/" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org/raspbian/</a> jessie/main libcurl3-gnutls armhf 7.38.0-4+deb8u4 [225 kB]<br />
Holen: 2 <a href="http://mirrordirector.raspbian.org/raspbian/" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org/raspbian/</a> jessie/main liberror-perl all 0.17-1.1 [22,4 kB]<br />
Holen: 3 <a href="http://mirrordirector.raspbian.org/raspbian/" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org/raspbian/</a> jessie/main git-man all 1:2.1.4-2.1+deb8u2 [1.267 kB]<br />
Holen: 4 <a href="http://mirrordirector.raspbian.org/raspbian/" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org/raspbian/</a> jessie/main git armhf 1:2.1.4-2.1+deb8u2 [2.725 kB]<br />
Holen: 5 <a href="http://mirrordirector.raspbian.org/raspbian/" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org/raspbian/</a> jessie/main rsync armhf 3.1.1-3 [373 kB]<br />
Es wurden 4.613 kB in 2 s geholt (1.577 kB/s).<br />
Vormals nicht ausgewähltes Paket libcurl3-gnutls:armhf wird gewählt.<br />
(Lese Datenbank … 31227 Dateien und Verzeichnisse sind derzeit installiert.)<br />
Vorbereitung zum Entpacken von …/libcurl3-gnutls_7.38.0-4+deb8u4_armhf.deb …<br />
Entpacken von libcurl3-gnutls:armhf (7.38.0-4+deb8u4) …<br />
Vormals nicht ausgewähltes Paket liberror-perl wird gewählt.<br />
Vorbereitung zum Entpacken von …/liberror-perl_0.17-1.1_all.deb …<br />
Entpacken von liberror-perl (0.17-1.1) …<br />
Vormals nicht ausgewähltes Paket git-man wird gewählt.<br />
Vorbereitung zum Entpacken von …/git-man_1%3a2.1.4-2.1+deb8u2_all.deb …<br />
Entpacken von git-man (1:2.1.4-2.1+deb8u2) …<br />
Vormals nicht ausgewähltes Paket git wird gewählt.<br />
Vorbereitung zum Entpacken von …/git_1%3a2.1.4-2.1+deb8u2_armhf.deb …<br />
Entpacken von git (1:2.1.4-2.1+deb8u2) …<br />
Vormals nicht ausgewähltes Paket rsync wird gewählt.<br />
Vorbereitung zum Entpacken von …/rsync_3.1.1-3_armhf.deb …<br />
Entpacken von rsync (3.1.1-3) …<br />
Trigger für man-db (2.7.0.2-5) werden verarbeitet …<br />
Trigger für systemd (215-17+deb8u5) werden verarbeitet …<br />
libcurl3-gnutls:armhf (7.38.0-4+deb8u4) wird eingerichtet …<br />
liberror-perl (0.17-1.1) wird eingerichtet …<br />
git-man (1:2.1.4-2.1+deb8u2) wird eingerichtet …<br />
git (1:2.1.4-2.1+deb8u2) wird eingerichtet …<br />
rsync (3.1.1-3) wird eingerichtet …<br />
Trigger für libc-bin (2.19-18+deb8u6) werden verarbeitet …<br />
Trigger für systemd (215-17+deb8u5) werden verarbeitet …<br />
Check current Node installation …<br />
Node.js is not installed.<br />
Installing Node.js …</p>
<h2>Installing the NodeSource Node.js v6.x repo…</h2>
<h2>Populating apt-get cache…</h2>
<ul>
<li>apt-get update<br />
OK   <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie InRelease<br />
OK   <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie InRelease<br />
OK   <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/main armhf Packages<br />
OK   <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/contrib armhf Packages<br />
OK   <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/non-free armhf Packages<br />
OK   <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/rpi armhf Packages<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/contrib Translation-de_AT<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/contrib Translation-de<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/contrib Translation-en<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/main Translation-de_AT<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/main Translation-de<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/main Translation-en<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/non-free Translation-de_AT<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/non-free Translation-de<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/non-free Translation-en<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/rpi Translation-de_AT<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/rpi Translation-de<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/rpi Translation-en<br />
OK   <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/main armhf Packages<br />
OK   <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/ui armhf Packages<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/main Translation-de_AT<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/main Translation-de<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/main Translation-en<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/ui Translation-de_AT<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/ui Translation-de<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/ui Translation-en<br />
Paketlisten werden gelesen… Fertig</li>
</ul>
<h2>Installing packages required for setup: apt-transport-https…</h2>
<ul>
<li>apt-get install -y apt-transport-https &gt; /dev/null 2&gt;&amp;1</li>
</ul>
<h2>Confirming “jessie” is supported…</h2>
<ul>
<li>curl -sLf -o /dev/null ‘<a href="https://deb.nodesource.com/node_6.x/dists/jessie/Release" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com/node_6.x/dists/jessie/Release</a>’</li>
</ul>
<h2>Adding the NodeSource signing key to your keyring…</h2>
<ul>
<li>curl -s <a href="https://deb.nodesource.com/gpgkey/nodesource.gpg.key" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com/gpgkey/nodesource.gpg.key</a> | apt-key add -<br />
OK</li>
</ul>
<h2>Creating apt sources list file for the NodeSource Node.js v6.x repo…</h2>
<ul>
<li>echo ‘deb <a href="https://deb.nodesource.com/node_6.x" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com/node_6.x</a> jessie main’ &gt; /etc/apt/sources.list.d/nodesource.list</li>
<li>echo ‘deb-src <a href="https://deb.nodesource.com/node_6.x" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com/node_6.x</a> jessie main’ &gt;&gt; /etc/apt/sources.list.d/nodesource.list</li>
</ul>
<h2>Running <code>apt-get update</code> for you…</h2>
<ul>
<li>apt-get update<br />
OK   <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie InRelease<br />
OK   <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie InRelease<br />
OK   <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/main armhf Packages<br />
Holen: 1 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie InRelease [3.914 B]<br />
OK   <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/contrib armhf Packages<br />
OK   <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/main armhf Packages<br />
OK   <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/non-free armhf Packages<br />
OK   <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/ui armhf Packages<br />
OK   <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/rpi armhf Packages<br />
Holen: 2 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Sources [760 B]<br />
Holen: 3 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main armhf Packages [962 B]<br />
Holen: 4 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de_AT [162 B]<br />
Holen: 5 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de [162 B]<br />
Holen: 6 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-en [162 B]<br />
Holen: 7 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de_AT [162 B]<br />
Holen: 8 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de [162 B]<br />
Holen: 9 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-en [162 B]<br />
Holen: 10 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de_AT [162 B]<br />
Holen: 11 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de [162 B]<br />
Holen: 12 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-en [162 B]<br />
Holen: 13 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de_AT [162 B]<br />
Holen: 14 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de [162 B]<br />
Holen: 15 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-en [162 B]<br />
Holen: 16 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de_AT [162 B]<br />
Ign <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de_AT<br />
Holen: 17 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de [162 B]<br />
Ign <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-de<br />
Holen: 18 <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-en [162 B]<br />
Ign <a href="https://deb.nodesource.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com</a> jessie/main Translation-en<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/main Translation-de_AT<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/main Translation-de<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/main Translation-en<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/ui Translation-de_AT<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/ui Translation-de<br />
Ign <a href="http://archive.raspberrypi.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://archive.raspberrypi.org</a> jessie/ui Translation-en<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/contrib Translation-de_AT<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/contrib Translation-de<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/contrib Translation-en<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/main Translation-de_AT<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/main Translation-de<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/main Translation-en<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/non-free Translation-de_AT<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/non-free Translation-de<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/non-free Translation-en<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/rpi Translation-de_AT<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/rpi Translation-de<br />
Ign <a href="http://mirrordirector.raspbian.org" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrordirector.raspbian.org</a> jessie/rpi Translation-en<br />
Es wurden 5.636 B in 8 s geholt (688 B/s).<br />
Paketlisten werden gelesen… Fertig</li>
</ul>
<h2>Run <code>apt-get install nodejs</code> (as root) to install Node.js v6.x and npm</h2>
<p dir="auto">Paketlisten werden gelesen… Fertig<br />
Abhängigkeitsbaum wird aufgebaut.<br />
Statusinformationen werden eingelesen… Fertig<br />
Die folgenden NEUEN Pakete werden installiert:<br />
nodejs<br />
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.<br />
Es müssen 8.932 kB an Archiven heruntergeladen werden.<br />
Nach dieser Operation werden 45,5 MB Plattenplatz zusätzlich benutzt.<br />
Holen: 1 <a href="https://deb.nodesource.com/node_6.x/" target="_blank" rel="noopener noreferrer nofollow ugc">https://deb.nodesource.com/node_6.x/</a> jessie/main nodejs armhf 6.9.1-1nodesource1~jessie1 [8.932 kB]<br />
Es wurden 8.932 kB in 6 s geholt (1.367 kB/s).<br />
Vormals nicht ausgewähltes Paket nodejs wird gewählt.<br />
(Lese Datenbank … 32046 Dateien und Verzeichnisse sind derzeit installiert.)<br />
Vorbereitung zum Entpacken von …/nodejs_6.9.1-1nodesource1~jessie1_armhf.deb …<br />
Entpacken von nodejs (6.9.1-1nodesource1~jessie1) …<br />
Trigger für man-db (2.7.0.2-5) werden verarbeitet …<br />
nodejs (6.9.1-1nodesource1~jessie1) wird eingerichtet …<br />
Node.js installation Done!<br />
Cloning MagicMirror …<br />
Klone nach ‘MagicMirror’…<br />
remote: Counting objects: 4363, done.<br />
remote: Compressing objects: 100% (5/5), done.<br />
remote: Total 4363 (delta 0), reused 0 (delta 0), pack-reused 4358<br />
Empfange Objekte: 100% (4363/4363), 10.43 MiB | 920.00 KiB/s, Fertig.<br />
Löse Unterschiede auf: 100% (2288/2288), Fertig.<br />
Prüfe Konnektivität… Fertig.<br />
Cloning MagicMirror Done!<br />
Installing dependencies …<br />
npm WARN deprecated electron-prebuilt@1.3.8: electron-prebuilt has been renamed to electron. For more details, see <a href="http://electron.atom.io/blog/2016/08/16/npm-install-electron" target="_blank" rel="noopener noreferrer nofollow ugc">http://electron.atom.io/blog/2016/08/16/npm-install-electron</a><br />
npm WARN prefer global coffee-script@1.10.0 should be installed with -g<br />
npm WARN prefer global colorguard@1.2.0 should be installed with -g<br />
npm WARN prefer global jsonlint@1.6.2 should be installed with -g</p>
<blockquote>
<p dir="auto">electron-prebuilt@1.3.8 postinstall /home/pi/MagicMirror/node_modules/electron-prebuilt<br />
node install.js</p>
</blockquote>
<p dir="auto">Downloading SHASUMS256.txt<br />
[============================================&gt;] 100.0% of 2.77 kB (2.77 kB/s)</p>
<blockquote>
<p dir="auto">magicmirror@2.0.0 prepublish /home/pi/MagicMirror<br />
npm run snyk-protect</p>
</blockquote>
<blockquote>
<p dir="auto">magicmirror@2.0.0 snyk-protect /home/pi/MagicMirror<br />
snyk protect</p>
</blockquote>
<p dir="auto">Successfully applied Snyk patches<br />
magicmirror@2.0.0 /home/pi/MagicMirror<br />
├─┬ electron-prebuilt@1.3.8<br />
│ ├─┬ electron-download@3.0.1<br />
│ │ ├─┬ fs-extra@0.30.0<br />
│ │ │ ├── jsonfile@2.4.0<br />
│ │ │ ├── klaw@1.3.1<br />
│ │ │ └── rimraf@2.5.4<br />
│ │ ├── home-path@1.0.3<br />
│ │ ├── minimist@1.2.0<br />
│ │ ├─┬ nugget@2.0.1<br />
│ │ │ ├── pretty-bytes@1.0.4<br />
│ │ │ ├─┬ progress-stream@1.2.0<br />
│ │ │ │ ├── speedometer@0.1.4<br />
│ │ │ │ └─┬ through2@0.2.3<br />
│ │ │ │   └─┬ xtend@2.1.2<br />
│ │ │ │     └── object-keys@0.4.0<br />
│ │ │ ├── single-line-log@1.1.2<br />
│ │ │ └── throttleit@0.0.2<br />
│ │ ├── path-exists@2.1.0<br />
│ │ ├─┬ rc@1.1.6<br />
│ │ │ ├── deep-extend@0.4.1<br />
│ │ │ └── ini@1.3.4<br />
│ │ └── sumchecker@1.2.0<br />
│ └─┬ extract-zip@1.5.0<br />
│   ├─┬ concat-stream@1.5.0<br />
│   │ ├─┬ readable-stream@2.0.6<br />
│   │ │ ├── core-util-is@1.0.2<br />
│   │ │ ├── isarray@1.0.0<br />
│   │ │ ├── process-nextick-args@1.0.7<br />
│   │ │ ├── string_decoder@0.10.31<br />
│   │ │ └── util-deprecate@1.0.2<br />
│   │ └── typedarray@0.0.6<br />
│   ├── debug@0.7.4<br />
│   ├─┬ mkdirp@0.5.0<br />
│   │ └── minimist@0.0.8<br />
│   └─┬ yauzl@2.4.1<br />
│     └─┬ fd-slicer@1.0.1<br />
│       └── pend@1.2.0<br />
├─┬ express@4.14.0<br />
│ ├─┬ accepts@1.3.3<br />
│ │ └── negotiator@0.6.1<br />
│ ├── array-flatten@1.1.1<br />
│ ├── content-disposition@0.5.1<br />
│ ├── content-type@1.0.2<br />
│ ├── cookie@0.3.1<br />
│ ├── cookie-signature@1.0.6<br />
│ ├─┬ debug@2.2.0<br />
│ │ └── ms@0.7.1<br />
│ ├── depd@1.1.0<br />
│ ├── encodeurl@1.0.1<br />
│ ├── escape-html@1.0.3<br />
│ ├── etag@1.7.0<br />
│ ├─┬ finalhandler@0.5.0<br />
│ │ ├── statuses@1.3.0<br />
│ │ └── unpipe@1.0.0<br />
│ ├── fresh@0.3.0<br />
│ ├── merge-descriptors@1.0.1<br />
│ ├── methods@1.1.2<br />
│ ├─┬ on-finished@2.3.0<br />
│ │ └── ee-first@1.1.1<br />
│ ├── parseurl@1.3.1<br />
│ ├── path-to-regexp@0.1.7<br />
│ ├─┬ proxy-addr@1.1.2<br />
│ │ ├── forwarded@0.1.0<br />
│ │ └── ipaddr.js@1.1.1<br />
│ ├── qs@6.2.0<br />
│ ├── range-parser@1.2.0<br />
│ ├─┬ send@0.14.1<br />
│ │ ├── destroy@1.0.4<br />
│ │ ├─┬ http-errors@1.5.0<br />
│ │ │ ├── inherits@2.0.1<br />
│ │ │ └── setprototypeof@1.0.1<br />
│ │ └── mime@1.3.4<br />
│ ├── serve-static@1.11.1<br />
│ ├─┬ type-is@1.6.13<br />
│ │ └── media-typer@0.3.0<br />
│ ├── utils-merge@1.0.0<br />
│ └── vary@1.1.0<br />
├─┬ feedme@0.3.2<br />
│ ├── clarinet@0.11.0<br />
│ ├── eventyoshi@0.1.6<br />
│ └── sax@1.2.1<br />
├─┬ UNMET PEER DEPENDENCY grunt@1.0.1<br />
│ ├── coffee-script@1.10.0<br />
│ ├─┬ dateformat@1.0.12<br />
│ │ ├── get-stdin@4.0.1<br />
│ │ └─┬ meow@3.7.0<br />
│ │   ├─┬ camelcase-keys@2.1.0<br />
│ │   │ └── camelcase@2.1.1<br />
│ │   ├── decamelize@1.2.0<br />
│ │   ├─┬ loud-rejection@1.6.0<br />
│ │   │ ├─┬ currently-unhandled@0.4.1<br />
│ │   │ │ └── array-find-index@1.0.2<br />
│ │   │ └── signal-exit@3.0.1<br />
│ │   ├── map-obj@1.0.1<br />
│ │   ├─┬ normalize-package-data@2.3.5<br />
│ │   │ ├─┬ is-builtin-module@1.0.0<br />
│ │   │ │ └── builtin-modules@1.1.1<br />
│ │   │ └─┬ validate-npm-package-license@3.0.1<br />
│ │   │   ├─┬ spdx-correct@1.0.2<br />
│ │   │   │ └── spdx-license-ids@1.2.2<br />
│ │   │   └── spdx-expression-parse@1.0.4<br />
│ │   ├─┬ read-pkg-up@1.0.1<br />
│ │   │ ├── find-up@1.1.2<br />
│ │   │ └─┬ read-pkg@1.1.0<br />
│ │   │   ├─┬ load-json-file@1.1.0<br />
│ │   │   │ └─┬ strip-bom@2.0.0<br />
│ │   │   │   └── is-utf8@0.2.1<br />
│ │   │   └── path-type@1.1.0<br />
│ │   ├─┬ redent@1.0.0<br />
│ │   │ ├─┬ indent-string@2.1.0<br />
│ │   │ │ └── repeating@2.0.1<br />
│ │   │ └── strip-indent@1.0.1<br />
│ │   └── trim-newlines@1.0.0<br />
│ ├── eventemitter2@0.4.14<br />
│ ├── exit@0.1.2<br />
│ ├─┬ findup-sync@0.3.0<br />
│ │ └── glob@5.0.15<br />
│ ├─┬ glob@7.0.6<br />
│ │ ├── fs.realpath@1.0.0<br />
│ │ ├─┬ inflight@1.0.6<br />
│ │ │ └── wrappy@1.0.2<br />
│ │ ├── inherits@2.0.3<br />
│ │ └── once@1.4.0<br />
│ ├─┬ grunt-cli@1.2.0<br />
│ │ └── resolve@1.1.7<br />
│ ├── grunt-known-options@1.1.0<br />
│ ├─┬ grunt-legacy-log@1.0.0<br />
│ │ ├── colors@1.1.2<br />
│ │ ├─┬ grunt-legacy-log-utils@1.0.0<br />
│ │ │ └── lodash@4.3.0<br />
│ │ ├── lodash@3.10.1<br />
│ │ └── underscore.string@3.2.3<br />
│ ├─┬ grunt-legacy-util@1.0.0<br />
│ │ ├── async@1.5.2<br />
│ │ ├── getobject@0.1.0<br />
│ │ ├── lodash@4.3.0<br />
│ │ └─┬ which@1.2.11<br />
│ │   └── isexe@1.1.2<br />
│ ├─┬ js-yaml@3.5.5<br />
│ │ ├─┬ argparse@1.0.9<br />
│ │ │ └── sprintf-js@1.0.3<br />
│ │ └── esprima@2.7.3<br />
│ ├─┬ minimatch@3.0.3<br />
│ │ └─┬ brace-expansion@1.1.6<br />
│ │   └── concat-map@0.0.1<br />
│ ├── nopt@3.0.6<br />
│ ├── path-is-absolute@1.0.1<br />
│ └── rimraf@2.2.8<br />
├─┬ grunt-eslint@19.0.0<br />
│ ├─┬ chalk@1.1.3<br />
│ │ ├── ansi-styles@2.2.1<br />
│ │ ├── escape-string-regexp@1.0.5<br />
│ │ ├─┬ has-ansi@2.0.0<br />
│ │ │ └── ansi-regex@2.0.0<br />
│ │ ├── strip-ansi@3.0.1<br />
│ │ └── supports-color@2.0.0<br />
│ └─┬ eslint@3.9.0<br />
│   ├─┬ babel-code-frame@6.16.0<br />
│   │ └── js-tokens@2.0.0<br />
│   ├─┬ doctrine@1.5.0<br />
│   │ └── isarray@1.0.0<br />
│   ├─┬ escope@3.6.0<br />
│   │ ├─┬ es6-map@0.1.4<br />
│   │ │ ├── d@0.1.1<br />
│   │ │ ├── es5-ext@0.10.12<br />
│   │ │ ├── es6-iterator@2.0.0<br />
│   │ │ ├── es6-set@0.1.4<br />
│   │ │ ├── es6-symbol@3.1.0<br />
│   │ │ └── event-emitter@0.3.4<br />
│   │ ├── es6-weak-map@2.0.1<br />
│   │ └─┬ esrecurse@4.1.0<br />
│   │   └── estraverse@4.1.1<br />
│   ├─┬ espree@3.3.2<br />
│   │ ├── acorn@4.0.3<br />
│   │ └─┬ acorn-jsx@3.0.1<br />
│   │   └── acorn@3.3.0<br />
│   ├── estraverse@4.2.0<br />
│   ├── esutils@2.0.2<br />
│   ├─┬ file-entry-cache@2.0.0<br />
│   │ └─┬ flat-cache@1.2.1<br />
│   │   ├── circular-json@0.3.1<br />
│   │   ├─┬ del@2.2.2<br />
│   │   │ ├── globby@5.0.0<br />
│   │   │ ├── is-path-cwd@1.0.0<br />
│   │   │ └─┬ is-path-in-cwd@1.0.0<br />
│   │   │   └── is-path-inside@1.0.0<br />
│   │   └─┬ write@0.2.1<br />
│   │     └─┬ mkdirp@0.5.1<br />
│   │       └── minimist@0.0.8<br />
│   ├── glob@7.1.1<br />
│   ├── globals@9.12.0<br />
│   ├── ignore@3.2.0<br />
│   ├── imurmurhash@0.1.4<br />
│   ├─┬ inquirer@0.12.0<br />
│   │ ├─┬ readline2@1.0.1<br />
│   │ │ └── mute-stream@0.0.5<br />
│   │ ├── run-async@0.1.0<br />
│   │ └── rx-lite@3.1.2<br />
│   ├─┬ is-my-json-valid@2.15.0<br />
│   │ ├── generate-function@2.0.0<br />
│   │ ├─┬ generate-object-property@1.2.0<br />
│   │ │ └── is-property@1.0.2<br />
│   │ ├── jsonpointer@4.0.0<br />
│   │ └── xtend@4.0.1<br />
│   ├─┬ is-resolvable@1.0.0<br />
│   │ └── tryit@1.0.3<br />
│   ├─┬ json-stable-stringify@1.0.1<br />
│   │ └── jsonify@0.0.0<br />
│   ├─┬ levn@0.3.0<br />
│   │ ├── prelude-ls@1.1.2<br />
│   │ └── type-check@0.3.2<br />
│   ├── lodash@4.16.4<br />
│   ├── natural-compare@1.4.0<br />
│   ├─┬ optionator@0.8.2<br />
│   │ ├── deep-is@0.1.3<br />
│   │ ├── fast-levenshtein@2.0.5<br />
│   │ └── wordwrap@1.0.0<br />
│   ├── path-is-inside@1.0.2<br />
│   ├── pluralize@1.2.1<br />
│   ├── progress@1.1.8<br />
│   ├─┬ require-uncached@1.0.2<br />
│   │ ├─┬ caller-path@0.1.0<br />
│   │ │ └── callsites@0.2.0<br />
│   │ └── resolve-from@1.0.1<br />
│   ├─┬ shelljs@0.7.5<br />
│   │ ├── interpret@1.0.1<br />
│   │ └── rechoir@0.6.2<br />
│   ├── strip-bom@3.0.0<br />
│   ├── strip-json-comments@1.0.4<br />
│   ├─┬ table@3.8.3<br />
│   │ ├─┬ ajv@4.8.2<br />
│   │ │ └── co@4.6.0<br />
│   │ ├── ajv-keywords@1.1.1<br />
│   │ ├── slice-ansi@0.0.4<br />
│   │ └─┬ string-width@2.0.0<br />
│   │   └── is-fullwidth-code-point@2.0.0<br />
│   └─┬ user-home@2.0.0<br />
│     └── os-homedir@1.0.2<br />
├─┬ grunt-jsonlint@1.1.0<br />
│ ├─┬ jsonlint@1.6.2<br />
│ │ ├── JSV@4.0.2<br />
│ │ └─┬ nomnom@1.8.1<br />
│ │   ├─┬ chalk@0.4.0<br />
│ │   │ ├── ansi-styles@1.0.0<br />
│ │   │ ├── has-color@0.1.7<br />
│ │   │ └── strip-ansi@0.1.1<br />
│ │   └── underscore@1.6.0<br />
│ └── strip-json-comments@2.0.1<br />
├─┬ grunt-markdownlint@1.0.9<br />
│ └─┬ markdownlint@0.2.0<br />
│   └─┬ markdown-it@7.0.1<br />
│     ├── entities@1.1.1<br />
│     ├── linkify-it@2.0.2<br />
│     ├── mdurl@1.0.1<br />
│     └── uc.micro@1.0.3<br />
├─┬ grunt-stylelint@0.6.0<br />
│ └─┬ stylelint@7.5.0<br />
│   ├─┬ autoprefixer@6.5.1<br />
│   │ ├── browserslist@1.4.0<br />
│   │ ├── caniuse-db@1.0.30000570<br />
│   │ ├── normalize-range@0.1.2<br />
│   │ └── num2fraction@1.2.2<br />
│   ├── balanced-match@0.4.2<br />
│   ├─┬ colorguard@1.2.0<br />
│   │ ├── color-diff@0.1.7<br />
│   │ ├─┬ pipetteur@2.0.3<br />
│   │ │ ├── onecolor@3.0.4<br />
│   │ │ └─┬ synesthesia@1.0.1<br />
│   │ │   └── css-color-names@0.0.3<br />
│   │ ├─┬ plur@2.1.2<br />
│   │ │ └── irregular-plurals@1.2.0<br />
│   │ └── yargs@1.3.3<br />
│   ├─┬ cosmiconfig@2.1.0<br />
│   │ ├─┬ parse-json@2.2.0<br />
│   │ │ └─┬ error-ex@1.3.0<br />
│   │ │   └── is-arrayish@0.2.1<br />
│   │ └── require-from-string@1.2.1<br />
│   ├─┬ doiuse@2.5.0<br />
│   │ ├─┬ css-rule-stream@1.1.0<br />
│   │ │ ├── css-tokenize@1.0.1<br />
│   │ │ ├── duplexer2@0.0.2<br />
│   │ │ └─┬ through2@0.6.5<br />
│   │ │   ├── readable-stream@1.0.34<br />
│   │ │   └── xtend@4.0.1<br />
│   │ ├─┬ duplexer2@0.0.2<br />
│   │ │ └── readable-stream@1.1.14<br />
│   │ ├─┬ jsonfilter@1.1.2<br />
│   │ │ ├─┬ JSONStream@0.8.4<br />
│   │ │ │ └── jsonparse@0.0.5<br />
│   │ │ ├─┬ stream-combiner@0.2.2<br />
│   │ │ │ └── duplexer@0.1.1<br />
│   │ │ └─┬ through2@0.6.5<br />
│   │ │   ├── readable-stream@1.0.34<br />
│   │ │   └── xtend@4.0.1<br />
│   │ ├─┬ ldjson-stream@1.2.1<br />
│   │ │ ├─┬ split2@0.2.1<br />
│   │ │ │ └─┬ through2@0.6.5<br />
│   │ │ │   ├── readable-stream@1.0.34<br />
│   │ │ │   └── xtend@4.0.1<br />
│   │ │ └─┬ through2@0.6.5<br />
│   │ │   ├── readable-stream@1.0.34<br />
│   │ │   └── xtend@4.0.1<br />
│   │ ├─┬ source-map@0.4.4<br />
│   │ │ └── amdefine@1.0.0<br />
│   │ ├─┬ through2@0.6.5<br />
│   │ │ ├── readable-stream@1.0.34<br />
│   │ │ └── xtend@4.0.1<br />
│   │ └─┬ yargs@3.15.0<br />
│   │   ├── camelcase@1.2.1<br />
│   │   ├─┬ cliui@2.1.0<br />
│   │   │ ├─┬ center-align@0.1.3<br />
│   │   │ │ ├─┬ align-text@0.1.4<br />
│   │   │ │ │ ├─┬ kind-of@3.0.4<br />
│   │   │ │ │ │ └── is-buffer@1.1.4<br />
│   │   │ │ │ ├── longest@1.0.1<br />
│   │   │ │ │ └── repeat-string@1.6.1<br />
│   │   │ │ └── lazy-cache@1.0.4<br />
│   │   │ ├── right-align@0.1.3<br />
│   │   │ └── wordwrap@0.0.2<br />
│   │   └── window-size@0.1.4<br />
│   ├─┬ execall@1.0.0<br />
│   │ └─┬ clone-regexp@1.0.0<br />
│   │   ├── is-regexp@1.0.0<br />
│   │   └── is-supported-regexp-flag@1.0.0<br />
│   ├── get-stdin@5.0.1<br />
│   ├─┬ globby@6.0.0<br />
│   │ └── pify@2.3.0<br />
│   ├── globjoin@0.1.4<br />
│   ├── html-tags@1.1.1<br />
│   ├── known-css-properties@0.0.5<br />
│   ├── log-symbols@1.0.2<br />
│   ├─┬ multimatch@2.1.0<br />
│   │ ├── array-differ@1.0.0<br />
│   │ ├─┬ array-union@1.0.2<br />
│   │ │ └── array-uniq@1.0.3<br />
│   │ └── arrify@1.0.1<br />
│   ├── normalize-selector@0.2.0<br />
│   ├─┬ postcss@5.2.5<br />
│   │ ├── js-base64@2.1.9<br />
│   │ ├── source-map@0.5.6<br />
│   │ └─┬ supports-color@3.1.2<br />
│   │   └── has-flag@1.0.0<br />
│   ├── postcss-less@0.14.0<br />
│   ├── postcss-media-query-parser@0.2.3<br />
│   ├── postcss-reporter@1.4.1<br />
│   ├── postcss-resolve-nested-selector@0.1.1<br />
│   ├── postcss-scss@0.3.1<br />
│   ├─┬ postcss-selector-parser@2.2.1<br />
│   │ ├── flatten@1.0.2<br />
│   │ ├── indexes-of@1.0.1<br />
│   │ └── uniq@1.0.1<br />
│   ├── postcss-value-parser@3.3.0<br />
│   ├── resolve-from@2.0.0<br />
│   ├── specificity@0.3.0<br />
│   ├─┬ string-width@2.0.0<br />
│   │ └── is-fullwidth-code-point@2.0.0<br />
│   ├── style-search@0.1.0<br />
│   ├─┬ stylehacks@2.3.1<br />
│   │ ├─┬ read-file-stdin@0.2.1<br />
│   │ │ └── gather-stream@1.0.0<br />
│   │ └── write-file-stdout@0.0.2<br />
│   ├── sugarss@0.2.0<br />
│   └── svg-tags@1.0.0<br />
├─┬ grunt-yamllint@0.2.0<br />
│ ├── async@0.9.2<br />
│ ├─┬ chalk@0.5.1<br />
│ │ ├── ansi-styles@1.1.0<br />
│ │ ├─┬ has-ansi@0.1.0<br />
│ │ │ └── ansi-regex@0.2.1<br />
│ │ ├── strip-ansi@0.3.0<br />
│ │ └── supports-color@0.2.0<br />
│ └── js-yaml@3.6.1<br />
├── iconv-lite@0.4.13<br />
├── moment@2.15.2<br />
├─┬ request@2.76.0<br />
│ ├── aws-sign2@0.6.0<br />
│ ├── aws4@1.5.0<br />
│ ├── caseless@0.11.0<br />
│ ├─┬ combined-stream@1.0.5<br />
│ │ └── delayed-stream@1.0.0<br />
│ ├── extend@3.0.0<br />
│ ├── forever-agent@0.6.1<br />
│ ├─┬ form-data@2.1.1<br />
│ │ └── asynckit@0.4.0<br />
│ ├─┬ har-validator@2.0.6<br />
│ │ ├─┬ commander@2.9.0<br />
│ │ │ └── graceful-readlink@1.0.1<br />
│ │ └─┬ pinkie-promise@2.0.1<br />
│ │   └── pinkie@2.0.4<br />
│ ├─┬ hawk@3.1.3<br />
│ │ ├── boom@2.10.1<br />
│ │ ├── cryptiles@2.0.5<br />
│ │ ├── hoek@2.16.3<br />
│ │ └── sntp@1.0.9<br />
│ ├─┬ http-signature@1.1.1<br />
│ │ ├── assert-plus@0.2.0<br />
│ │ ├─┬ jsprim@1.3.1<br />
│ │ │ ├── extsprintf@1.0.2<br />
│ │ │ ├── json-schema@0.2.3<br />
│ │ │ └── verror@1.3.6<br />
│ │ └─┬ sshpk@1.10.1<br />
│ │   ├── asn1@0.2.3<br />
│ │   ├── assert-plus@1.0.0<br />
│ │   ├── bcrypt-pbkdf@1.0.0<br />
│ │   ├─┬ dashdash@1.14.0<br />
│ │   │ └── assert-plus@1.0.0<br />
│ │   ├── ecc-jsbn@0.1.1<br />
│ │   ├─┬ getpass@0.1.6<br />
│ │   │ └── assert-plus@1.0.0<br />
│ │   ├── jodid25519@1.0.2<br />
│ │   ├── jsbn@0.1.0<br />
│ │   └── tweetnacl@0.14.3<br />
│ ├── is-typedarray@1.0.0<br />
│ ├── isstream@0.1.2<br />
│ ├── json-stringify-safe@5.0.1<br />
│ ├─┬ mime-types@2.1.12<br />
│ │ └── mime-db@1.24.0<br />
│ ├── node-uuid@1.4.7<br />
│ ├── oauth-sign@0.8.2<br />
│ ├── qs@6.3.0<br />
│ ├── stringstream@0.0.5<br />
│ ├─┬ tough-cookie@2.3.2<br />
│ │ └── punycode@1.4.1<br />
│ └── tunnel-agent@0.4.3<br />
├── rrule@2.1.0<br />
├─┬ snyk@1.19.1<br />
│ ├── abbrev@1.0.9<br />
│ ├── ansi-escapes@1.4.0<br />
│ ├─┬ configstore@1.4.0<br />
│ │ ├── graceful-fs@4.1.9<br />
│ │ ├── object-assign@4.1.0<br />
│ │ ├── os-tmpdir@1.0.2<br />
│ │ ├── osenv@0.1.3<br />
│ │ ├── uuid@2.0.3<br />
│ │ ├─┬ write-file-atomic@1.2.0<br />
│ │ │ └── slide@1.1.6<br />
│ │ └── xdg-basedir@2.0.0<br />
│ ├── es6-promise@3.3.1<br />
│ ├── hasbin@1.2.3<br />
│ ├─┬ inquirer@1.0.3<br />
│ │ ├─┬ cli-cursor@1.0.2<br />
│ │ │ └─┬ restore-cursor@1.0.1<br />
│ │ │   ├── exit-hook@1.1.1<br />
│ │ │   └── onetime@1.1.0<br />
│ │ ├── cli-width@2.1.0<br />
│ │ ├── mute-stream@0.0.6<br />
│ │ ├─┬ run-async@2.2.0<br />
│ │ │ └── is-promise@2.1.0<br />
│ │ ├── rx@4.1.0<br />
│ │ ├─┬ string-width@1.0.2<br />
│ │ │ ├── code-point-at@1.0.1<br />
│ │ │ └── is-fullwidth-code-point@1.0.0<br />
│ │ └── through@2.3.8<br />
│ ├── open@0.0.5<br />
│ ├─┬ os-name@1.0.3<br />
│ │ ├── osx-release@1.1.0<br />
│ │ └── win-release@1.1.1<br />
│ ├── semver@5.3.0<br />
│ ├─┬ snyk-config@1.0.1<br />
│ │ └─┬ nconf@0.7.2<br />
│ │   └── async@0.9.2<br />
│ ├─┬ snyk-module@1.7.0<br />
│ │ ├── hosted-git-info@2.1.5<br />
│ │ └─┬ validate-npm-package-name@2.2.2<br />
│ │   └── builtins@0.0.7<br />
│ ├─┬ snyk-policy@1.5.2<br />
│ │ └── lodash.clonedeep@4.5.0<br />
│ ├─┬ snyk-recursive-readdir@2.0.0<br />
│ │ └── minimatch@3.0.2<br />
│ ├── snyk-resolve@1.0.0<br />
│ ├─┬ snyk-resolve-deps@1.7.0<br />
│ │ ├── ansicolors@0.3.2<br />
│ │ ├─┬ clite@0.3.0<br />
│ │ │ ├── lodash.defaults@4.2.0<br />
│ │ │ ├── lodash.defaultsdeep@4.6.0<br />
│ │ │ ├── lodash.mergewith@4.6.0<br />
│ │ │ ├─┬ update-notifier@0.6.3<br />
│ │ │ │ ├─┬ boxen@0.3.1<br />
│ │ │ │ │ ├── filled-array@1.1.0<br />
│ │ │ │ │ └── widest-line@1.0.0<br />
│ │ │ │ ├─┬ configstore@2.1.0<br />
│ │ │ │ │ └─┬ dot-prop@3.0.0<br />
│ │ │ │ │   └── is-obj@1.0.1<br />
│ │ │ │ └─┬ latest-version@2.0.0<br />
│ │ │ │   └─┬ package-json@2.4.0<br />
│ │ │ │     ├─┬ got@5.6.0<br />
│ │ │ │     │ ├─┬ create-error-class@3.0.2<br />
│ │ │ │     │ │ └── capture-stack-trace@1.0.0<br />
│ │ │ │     │ ├─┬ duplexer2@0.1.4<br />
│ │ │ │     │ │ └─┬ readable-stream@2.1.5<br />
│ │ │ │     │ │   └── isarray@1.0.0<br />
│ │ │ │     │ ├── is-plain-obj@1.1.0<br />
│ │ │ │     │ ├── is-retry-allowed@1.1.0<br />
│ │ │ │     │ ├── node-status-codes@1.0.0<br />
│ │ │ │     │ ├─┬ readable-stream@2.1.5<br />
│ │ │ │     │ │ └── isarray@1.0.0<br />
│ │ │ │     │ ├── unzip-response@1.0.1<br />
│ │ │ │     │ └── url-parse-lax@1.0.0<br />
│ │ │ │     └── registry-auth-token@3.1.0<br />
│ │ │ └─┬ yargs@4.8.1<br />
│ │ │   ├─┬ cliui@3.2.0<br />
│ │ │   │ └── wrap-ansi@2.0.0<br />
│ │ │   ├── get-caller-file@1.0.2<br />
│ │ │   ├── lodash.assign@4.2.0<br />
│ │ │   ├─┬ os-locale@1.4.0<br />
│ │ │   │ └─┬ lcid@1.0.0<br />
│ │ │   │   └── invert-kv@1.0.0<br />
│ │ │   ├── require-directory@2.1.1<br />
│ │ │   ├── require-main-filename@1.0.1<br />
│ │ │   ├── set-blocking@2.0.0<br />
│ │ │   ├── which-module@1.0.0<br />
│ │ │   ├── window-size@0.2.0<br />
│ │ │   ├── y18n@3.2.1<br />
│ │ │   └─┬ yargs-parser@2.4.1<br />
│ │ │     └── camelcase@3.0.0<br />
│ │ └─┬ lru-cache@4.0.1<br />
│ │   ├── pseudomap@1.0.2<br />
│ │   └── yallist@2.0.0<br />
│ ├─┬ snyk-tree@1.0.0<br />
│ │ └── archy@1.0.0<br />
│ ├── snyk-try-require@1.1.1<br />
│ ├── tempfile@1.1.1<br />
│ ├─┬ then-fs@2.0.0<br />
│ │ └─┬ promise@7.1.1<br />
│ │   └── asap@2.0.5<br />
│ ├── undefsafe@0.0.3<br />
│ ├─┬ update-notifier@0.5.0<br />
│ │ ├── is-npm@1.0.0<br />
│ │ ├─┬ latest-version@1.0.1<br />
│ │ │ └─┬ package-json@1.2.0<br />
│ │ │   ├─┬ got@3.3.1<br />
│ │ │   │ ├─┬ duplexify@3.5.0<br />
│ │ │   │ │ ├─┬ end-of-stream@1.0.0<br />
│ │ │   │ │ │ └── once@1.3.3<br />
│ │ │   │ │ ├─┬ readable-stream@2.1.5<br />
│ │ │   │ │ │ ├── buffer-shims@1.0.0<br />
│ │ │   │ │ │ └── isarray@1.0.0<br />
│ │ │   │ │ └── stream-shift@1.0.0<br />
│ │ │   │ ├── infinity-agent@2.0.3<br />
│ │ │   │ ├── is-redirect@1.0.0<br />
│ │ │   │ ├── is-stream@1.1.0<br />
│ │ │   │ ├── lowercase-keys@1.0.0<br />
│ │ │   │ ├── nested-error-stacks@1.0.2<br />
│ │ │   │ ├── object-assign@3.0.0<br />
│ │ │   │ ├── prepend-http@1.0.4<br />
│ │ │   │ ├─┬ read-all-stream@3.1.0<br />
│ │ │   │ │ └─┬ readable-stream@2.1.5<br />
│ │ │   │ │   └── isarray@1.0.0<br />
│ │ │   │ └── timed-out@2.0.0<br />
│ │ │   └── registry-url@3.1.0<br />
│ │ ├── repeating@1.1.3<br />
│ │ ├── semver-diff@2.1.0<br />
│ │ └── string-length@1.0.1<br />
│ └─┬ url@0.11.0<br />
│   ├── punycode@1.3.2<br />
│   └── querystring@0.2.0<br />
├─┬ <a href="http://socket.io" target="_blank" rel="noopener noreferrer nofollow ugc">socket.io</a>@1.5.1<br />
│ ├─┬ <a href="http://engine.io" target="_blank" rel="noopener noreferrer nofollow ugc">engine.io</a>@1.7.2<br />
│ │ ├── base64id@0.1.0<br />
│ │ ├─┬ engine.io-parser@1.3.1<br />
│ │ │ ├── after@0.8.1<br />
│ │ │ ├── arraybuffer.slice@0.0.6<br />
│ │ │ ├── base64-arraybuffer@0.1.5<br />
│ │ │ ├── blob@0.0.4<br />
│ │ │ ├── has-binary@0.1.6<br />
│ │ │ └── wtf-8@1.0.0<br />
│ │ └─┬ ws@1.1.1<br />
│ │   ├── options@0.0.6<br />
│ │   └── ultron@1.0.2<br />
│ ├─┬ has-binary@0.1.7<br />
│ │ └── isarray@0.0.1<br />
│ ├─┬ socket.io-adapter@0.4.0<br />
│ │ └─┬ socket.io-parser@2.2.2<br />
│ │   ├── benchmark@1.0.0<br />
│ │   ├── debug@0.7.4<br />
│ │   └── json3@3.2.6<br />
│ ├─┬ socket.io-client@1.5.1<br />
│ │ ├── backo2@1.0.2<br />
│ │ ├── component-bind@1.0.0<br />
│ │ ├── component-emitter@1.2.0<br />
│ │ ├─┬ engine.io-client@1.7.2<br />
│ │ │ ├── component-inherit@0.0.3<br />
│ │ │ ├── has-cors@1.1.0<br />
│ │ │ ├── parsejson@0.0.1<br />
│ │ │ ├── parseqs@0.0.2<br />
│ │ │ ├── xmlhttprequest-ssl@1.5.1<br />
│ │ │ └── yeast@0.1.2<br />
│ │ ├── indexof@0.0.1<br />
│ │ ├── object-component@0.0.3<br />
│ │ ├─┬ parseuri@0.0.4<br />
│ │ │ └─┬ better-assert@1.0.2<br />
│ │ │   └── callsite@1.0.0<br />
│ │ └── to-array@0.1.4<br />
│ └─┬ socket.io-parser@2.3.1<br />
│   ├── component-emitter@1.1.2<br />
│   └── json3@3.3.2<br />
├── stylelint-config-standard@14.0.0<br />
├─┬ time-grunt@1.4.0<br />
│ ├─┬ date-time@1.1.0<br />
│ │ └── time-zone@0.1.0<br />
│ ├── figures@1.7.0<br />
│ ├── hooker@0.2.3<br />
│ ├── number-is-nan@1.0.1<br />
│ ├─┬ pretty-ms@2.1.0<br />
│ │ ├── is-finite@1.0.2<br />
│ │ ├── parse-ms@1.0.1<br />
│ │ └── plur@1.0.0<br />
│ └── text-table@0.2.0<br />
├── valid-url@1.0.9<br />
└─┬ walk@2.3.9<br />
└── foreachasync@3.0.0</p>
<p dir="auto">npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed.<br />
Dependencies installation Done!</p>
<p dir="auto">We’re ready! Run DISPLAY=:0 npm start from the ~/MagicMirror directory to start your MagicMirror.</p>
<p dir="auto">pi@MM:~ $</p>
]]></description><link>https://forum.magicmirror.builders/post/7331</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7331</guid><dc:creator><![CDATA[cpramhofer]]></dc:creator><pubDate>Sun, 30 Oct 2016 16:18:20 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Sat, 29 Oct 2016 15:08:48 GMT]]></title><description><![CDATA[<p dir="auto">0 info it worked if it ends with ok<br />
1 verbose cli [ ‘/usr/bin/nodejs’, ‘/usr/bin/npm’, ‘start’ ]<br />
2 info using npm@3.10.8<br />
3 info using node@v6.9.1<br />
4 verbose run-script [ ‘prestart’, ‘start’, ‘poststart’ ]<br />
5 info lifecycle magicmirror@2.0.0~prestart: magicmirror@2.0.0<br />
6 silly lifecycle magicmirror@2.0.0~prestart: no script for prestart, continuing<br />
7 info lifecycle magicmirror@2.0.0~start: magicmirror@2.0.0<br />
8 verbose lifecycle magicmirror@2.0.0~start: unsafe-perm in lifecycle true<br />
9 verbose lifecycle magicmirror@2.0.0~start: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/home/pi/MagicMirror/node_modules/.bin:/usr/local/sbin:/usr/local/bin:$<br />
10 verbose lifecycle magicmirror@2.0.0~start: CWD: /home/pi/MagicMirror<br />
11 silly lifecycle magicmirror@2.0.0~start: Args: [ ‘-c’, ‘electron js/electron.js’ ]<br />
12 silly lifecycle magicmirror@2.0.0~start: Returned: code: 1  signal: null<br />
13 info lifecycle magicmirror@2.0.0~start: Failed to exec start script<br />
14 verbose stack Error: magicmirror@2.0.0 start: <code>electron js/electron.js</code><br />
14 verbose stack Exit status 1<br />
14 verbose stack     at EventEmitter. (/usr/lib/node_modules/npm/lib/utils/lifecycle.js:255:16)<br />
14 verbose stack     at emitTwo (events.js:106:13)<br />
14 verbose stack     at EventEmitter.emit (events.js:191:7)<br />
14 verbose stack     at ChildProcess. (/usr/lib/node_modules/npm/lib/utils/spawn.js:40:14)<br />
14 verbose stack     at emitTwo (events.js:106:13)<br />
14 verbose stack     at ChildProcess.emit (events.js:191:7)<br />
14 verbose stack     at maybeClose (internal/child_process.js:877:16)<br />
14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)<br />
15 verbose pkgid magicmirror@2.0.0<br />
16 verbose cwd /home/pi/MagicMirror<br />
17 error Linux 4.4.21-v7+<br />
18 error argv “/usr/bin/nodejs” “/usr/bin/npm” “start”<br />
19 error node v6.9.1<br />
20 error npm  v3.10.8<br />
21 error code ELIFECYCLE<br />
22 error magicmirror@2.0.0 start: <code>electron js/electron.js</code><br />
22 error Exit status 1<br />
23 error Failed at the magicmirror@2.0.0 start script ‘electron js/electron.js’.<br />
23 error Make sure you have the latest version of node.js and npm installed.<br />
23 error If you do, this is most likely a problem with the magicmirror package,<br />
23 error not with npm itself.<br />
23 error Tell the author that this fails on your system:<br />
23 error     electron js/electron.js<br />
23 error You can get information on how to open an issue for this project with:<br />
23 error     npm bugs magicmirror<br />
23 error Or if that isn’t available, you can get their info via:<br />
23 error     npm owner ls magicmirror<br />
23 error There is likely additional logging output above.<br />
24 verbose exit [ 1, true ]</p>
]]></description><link>https://forum.magicmirror.builders/post/7270</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7270</guid><dc:creator><![CDATA[cpramhofer]]></dc:creator><pubDate>Sat, 29 Oct 2016 15:08:48 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Sat, 29 Oct 2016 14:59:16 GMT]]></title><description><![CDATA[<p dir="auto">here is what i meant bevor:</p>
<p dir="auto">this warning comes during the exectution of the install script.</p>
<p dir="auto">npm WARN deprecated electron-prebuilt@1.3.8: electron-prebuilt has been renamed to electron. For more details, see <a href="http://electron.atom.io/blog/2016/08/16/npm-install-electron" target="_blank" rel="noopener noreferrer nofollow ugc">http://electron.atom.io/blog/2016/08/16/npm-install-electron</a></p>
<p dir="auto">my process:</p>
<ul>
<li>blank sd card</li>
<li>copy image of RASPBIAN JESSIE LITE 2016-09-23</li>
<li>setup the Pi with Wlan/Ip</li>
<li>update/upgrade</li>
</ul>
<p dir="auto">but as far as i can see this is an electron issue as some others also face this problems.</p>
]]></description><link>https://forum.magicmirror.builders/post/7269</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7269</guid><dc:creator><![CDATA[cpramhofer]]></dc:creator><pubDate>Sat, 29 Oct 2016 14:59:16 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Fri, 28 Oct 2016 22:33:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a> said in <a href="/post/7197">Unable to install dependencies, NPM install not working</a>:</p>
<blockquote>
<p dir="auto">I will try this weekend. Haven’t had much free time lately.</p>
</blockquote>
<p dir="auto">WHAT?  Free time… what’s this ‘free time’ thing of which you speak?  Hahahahahaha</p>
]]></description><link>https://forum.magicmirror.builders/post/7220</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7220</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Fri, 28 Oct 2016 22:33:55 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Fri, 28 Oct 2016 18:38:01 GMT]]></title><description><![CDATA[<p dir="auto">I will try this weekend. Haven’t had much free time lately.</p>
]]></description><link>https://forum.magicmirror.builders/post/7197</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7197</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Fri, 28 Oct 2016 18:38:01 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Fri, 28 Oct 2016 10:53:00 GMT]]></title><description><![CDATA[<p dir="auto">Could one of the advanced pro users here try a fresh install and see if they hit the same problems most are experiencing here?</p>
<p dir="auto">I’ve been trying to install Node from the tarball but the make install was running for hours and still verbosely outputting as though it was doing things…</p>
]]></description><link>https://forum.magicmirror.builders/post/7143</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7143</guid><dc:creator><![CDATA[jamlid]]></dc:creator><pubDate>Fri, 28 Oct 2016 10:53:00 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Fri, 28 Oct 2016 00:52:24 GMT]]></title><description><![CDATA[<p dir="auto">Reinstalled the OS (Raspbian 8.0) and followed <a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a>  's install posts.  Still fail at the electron install.  Has anyone found a solution?</p>
]]></description><link>https://forum.magicmirror.builders/post/7122</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/7122</guid><dc:creator><![CDATA[kiefersmith]]></dc:creator><pubDate>Fri, 28 Oct 2016 00:52:24 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Wed, 26 Oct 2016 17:40:30 GMT]]></title><description><![CDATA[<p dir="auto">i want to say that via ssh it comes the problem</p>
]]></description><link>https://forum.magicmirror.builders/post/6973</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/6973</guid><dc:creator><![CDATA[geeflaxx]]></dc:creator><pubDate>Wed, 26 Oct 2016 17:40:30 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Wed, 26 Oct 2016 17:37:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cpramhofer" aria-label="Profile: cpramhofer">@<bdi>cpramhofer</bdi></a> I did everything from the scratch :-D</p>
<ol>
<li>Reformation the SD Card</li>
<li>Copying the Software to the SD Card.</li>
<li>Installing everything</li>
<li>Installing the MM2 Software via the link on Michaels website</li>
</ol>
<p dir="auto">–&gt; Conclusion:  No no problem more :D</p>
]]></description><link>https://forum.magicmirror.builders/post/6972</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/6972</guid><dc:creator><![CDATA[PaulB]]></dc:creator><pubDate>Wed, 26 Oct 2016 17:37:19 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies, NPM install not working on Wed, 26 Oct 2016 17:34:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paulb" aria-label="Profile: PaulB">@<bdi>PaulB</bdi></a> How did you fix the problem?</p>
]]></description><link>https://forum.magicmirror.builders/post/6970</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/6970</guid><dc:creator><![CDATA[jamlid]]></dc:creator><pubDate>Wed, 26 Oct 2016 17:34:44 GMT</pubDate></item></channel></rss>