<?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 WARN on install MM]]></title><description><![CDATA[<p dir="auto">On a new raspberry pi with new OS I get the following WARN’s after installing MM.</p>
<pre><code>MagicMirror installation finished successfully! 

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

added 1145 packages from 643 contributors and audited 1149 packages in 155.683s

84 packages are looking for funding
  run `npm fund` for details

found 1 low severity vulnerability
  run `npm audit fix` to fix them, or `npm audit` for details
</code></pre>
<p dir="auto">(1.) I tried “npm audit fix” but that does not resolves the problem.</p>
<pre><code>npm WARN @octokit/plugin-request-log@1.0.2 requires a peer of @octokit/core@&gt;=3 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

up to date in 15.389s

84 packages are looking for funding
  run `npm fund` for details

fixed 0 of 1 vulnerability in 1101 scanned packages
  1 package update for 1 vulnerability involved breaking changes
  (use `npm audit fix --force` to install breaking changes; or refer to `npm audit` for steps to fix these manually)
</code></pre>
<p dir="auto">(2.) Than I did a " npm audit" with the following result</p>
<pre><code> === npm audit security report ===                        
                                                                                
# Run  npm install --save-dev spectron@13.0.0  to resolve 1 vulnerability
SEMVER WARNING: Recommended action is a potentially breaking change
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ minimist                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ spectron [dev]                                               │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ spectron &gt; webdriverio &gt; optimist &gt; minimist                 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1179                            │
└───────────────┴──────────────────────────────────────────────────────────────┘


found 1 low severity vulnerability in 1101 scanned packages
  1 vulnerability requires semver-major dependency updates.
</code></pre>
<p dir="auto">(3.)Than I did “npm install --save-dev spectron@13.0.0”  with the following result</p>
<pre><code>&gt; electron-chromedriver@11.0.0 install /home/pi/MagicMirror/node_modules/electron-chromedriver
&gt; node ./download-chromedriver.js


&gt; spectron@13.0.0 postinstall /home/pi/MagicMirror/node_modules/spectron
&gt; node lib/rpath-fix.js

npm WARN @octokit/plugin-request-log@1.0.2 requires a peer of @octokit/core@&gt;=3 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})

+ spectron@13.0.0
added 87 packages from 131 contributors, removed 107 packages, updated 16 packages, moved 2 packages and audited 1129 packages in 42.715s

92 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
</code></pre>
<p dir="auto">(4.)" npm audit"  gives now</p>
<pre><code>                                                           
                       === npm audit security report ===                        
                                                                                
found 0 vulnerabilities
 in 1122 scanned packages

</code></pre>
<p dir="auto">And now what should i do with the WARN’s that came on with (3.)?</p>
]]></description><link>https://forum.magicmirror.builders/topic/14627/npm-warn-on-install-mm</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 08:50:26 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14627.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Feb 2021 09:43:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to npm WARN on install MM on Mon, 15 Feb 2021 18:50:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/renevandenbroek" aria-label="Profile: renevandenbroek">@<bdi>renevandenbroek</bdi></a> developers of the underlying code are moving faster than MagicMirror can and/or is willing to update. For various calls and whatnot, the packages have changed, and even the core programs are messed up a bit, for example, some things are into double digit version numbers, which are fooling version checking that states that you have to have a  version higher than a specific single digit. (It sees 1, it should be seeing 10)</p>
<p dir="auto">As long as it runs, you’re good.</p>
]]></description><link>https://forum.magicmirror.builders/post/88514</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88514</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Mon, 15 Feb 2021 18:50:14 GMT</pubDate></item><item><title><![CDATA[Reply to npm WARN on install MM on Mon, 15 Feb 2021 15:09:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> thanks for your reply</p>
]]></description><link>https://forum.magicmirror.builders/post/88500</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88500</guid><dc:creator><![CDATA[renevandenbroek]]></dc:creator><pubDate>Mon, 15 Feb 2021 15:09:22 GMT</pubDate></item><item><title><![CDATA[Reply to npm WARN on install MM on Mon, 15 Feb 2021 12:45:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/renevandenbroek" aria-label="Profile: renevandenbroek">@<bdi>renevandenbroek</bdi></a> nothing. just warnings u cant do anything about</p>
]]></description><link>https://forum.magicmirror.builders/post/88497</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/88497</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 15 Feb 2021 12:45:36 GMT</pubDate></item></channel></rss>