<?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[Problems with npm install]]></title><description><![CDATA[<p dir="auto">Always, when I am trying to install the magic mirror it comes to this:</p>
<pre><code>Installing dependencies ...
npm WARN prefer global coffee-script@1.10.0 should be installed with -g
npm WARN prefer global jsonlint@1.6.2 should be installed with -g
npm WARN prefer global colorguard@1.2.0 should be installed with -g
</code></pre>
<p dir="auto">and afterwards come this:</p>
<pre><code>&gt; uws@0.14.5 install /root/MagicMirror/node_modules/uws
&gt; node-gyp rebuild &gt; build_log.txt 2&gt;&amp;1 || exit 0
</code></pre>
<p dir="auto">and it stays for houers :/</p>
<p dir="auto">I tryid it with Debian 8 and 9 on the rasp 3b with the autoinstaller. I am out of ideas. Maybe someone can help.</p>
]]></description><link>https://forum.magicmirror.builders/topic/4860/problems-with-npm-install</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 21:18:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4860.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Sep 2017 13:24:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problems with npm install on Fri, 22 Sep 2017 19:56:59 GMT]]></title><description><![CDATA[<p dir="auto">@Djmixerno1 said in <a href="/post/28396">Problems with npm install</a>:</p>
<blockquote>
<p dir="auto">I found my mistake. Dont try to run this script with root permission!</p>
</blockquote>
<p dir="auto">Ahhh, item 7 at the very beginning of the complete setup tutorial?</p>
<p dir="auto">All is well that ends well.</p>
<p dir="auto">I’m glad you’re up and running.</p>
]]></description><link>https://forum.magicmirror.builders/post/28403</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28403</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Fri, 22 Sep 2017 19:56:59 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with npm install on Fri, 22 Sep 2017 18:29:51 GMT]]></title><description><![CDATA[<p dir="auto">I found my mistake. Dont try to run this script with root permission!</p>
]]></description><link>https://forum.magicmirror.builders/post/28396</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28396</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Fri, 22 Sep 2017 18:29:51 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with npm install on Sat, 16 Sep 2017 02:07:40 GMT]]></title><description><![CDATA[<p dir="auto">@Djmixerno1 said in <a href="/post/28137">Problems with npm install</a>:</p>
<blockquote>
<p dir="auto">What a shame :/</p>
</blockquote>
<p dir="auto">Don’t lose heart, friend. You can have it done in less than 2 hours if you follow my directions. I promise. Any warnings that appear during the dependency installation are just that, warnings. You can move on from there without installing them.</p>
]]></description><link>https://forum.magicmirror.builders/post/28138</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28138</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 16 Sep 2017 02:07:40 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with npm install on Sat, 16 Sep 2017 01:59:46 GMT]]></title><description><![CDATA[<p dir="auto">Yeah, I remembered getting my raspberry. I saw this project, I build it with no Problems, but without the mirror stuff, only the software. Today, 2-3 years later, I cant even build the software. What a shame :/</p>
]]></description><link>https://forum.magicmirror.builders/post/28137</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28137</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 16 Sep 2017 01:59:46 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with npm install on Sat, 16 Sep 2017 01:57:19 GMT]]></title><description><![CDATA[<p dir="auto">You can do it! :)</p>
<p dir="auto">When I started there wasn’t even CLOSE to this amount of support… I’d install get an error have to go out on the internet and figure out how to fix it… I spent HOURS and DAYS getting it working… you can do it! We’re all here to help!</p>
]]></description><link>https://forum.magicmirror.builders/post/28136</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28136</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Sat, 16 Sep 2017 01:57:19 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with npm install on Sat, 16 Sep 2017 01:50:35 GMT]]></title><description><![CDATA[<p dir="auto">@Djmixerno1 said in <a href="/post/28134">Problems with npm install</a>:</p>
<blockquote>
<p dir="auto">nevermind which OS I am using.</p>
</blockquote>
<p dir="auto">Uhh, ok.</p>
<blockquote>
<p dir="auto">Can someone upload an image file of his own project? This would be very helpfull.</p>
</blockquote>
<p dir="auto">I’m sure it would be. However, there is an expectation that you will have to work at this. I struggled in the beginning, maybe more so than most, and people <em>helped</em> me, but only in the way of suggestions and directions. In which case, I will do the same.</p>
<p dir="auto">My recommendation is start with a newly formatted SD card. Install Raspian Jessie on it. Once that is up and running, do a manual installation of MM. In other words, don’t use the single line auto installer.  Download the zip file from github repo. Unzip it. Place the MagicMirror folder in your pi/ folder with your Downloads, Music folders, etc… In the terminal <code>cd MagicMirror</code> then run <code>npm install</code>. Create you config.js file as per standard instructions. Run your mirror.</p>
<p dir="auto">You’ve spent many hours at this already? So have we all. What’s a couple more worth for you to have a working mirror?</p>
<p dir="auto">Keep us posted</p>
]]></description><link>https://forum.magicmirror.builders/post/28135</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28135</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 16 Sep 2017 01:50:35 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with npm install on Sat, 16 Sep 2017 01:32:01 GMT]]></title><description><![CDATA[<p dir="auto">Afters houers it is just crashing, nevermind which OS I am using. Can someone upload an image file of his own project? This would be very helpfull.</p>
]]></description><link>https://forum.magicmirror.builders/post/28134</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28134</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 16 Sep 2017 01:32:01 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with npm install on Thu, 14 Sep 2017 23:21:07 GMT]]></title><description><![CDATA[<p dir="auto">@Djmixerno1 said in [Problems with npm install]</p>
<pre><code>npm WARN prefer global coffee-script@1.10.0 should be installed with -g
npm WARN prefer global jsonlint@1.6.2 should be installed with -g
npm WARN prefer global colorguard@1.2.0 should be installed with -g
</code></pre>
<p dir="auto">Those are just warnings and can be ignored. They won’t affect the operation of the mirror</p>
]]></description><link>https://forum.magicmirror.builders/post/28100</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28100</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 14 Sep 2017 23:21:07 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with npm install on Thu, 14 Sep 2017 22:19:33 GMT]]></title><description><![CDATA[<p dir="auto">Didnt work out. Tomorrow will try again</p>
]]></description><link>https://forum.magicmirror.builders/post/28098</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28098</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 14 Sep 2017 22:19:33 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with npm install on Thu, 14 Sep 2017 14:58:08 GMT]]></title><description><![CDATA[<p dir="auto">try</p>
<pre><code>npm install coffee-script -g
</code></pre>
<p dir="auto">and then the rest of the apps in the warning</p>
]]></description><link>https://forum.magicmirror.builders/post/28085</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/28085</guid><dc:creator><![CDATA[barnosch]]></dc:creator><pubDate>Thu, 14 Sep 2017 14:58:08 GMT</pubDate></item></channel></rss>