<?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[Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">since today my MMM don´t start.</p>
<p dir="auto">When I start it, I got the following error message</p>
<pre><code>pi@raspberrypi:~/MagicMirror $ display=:0 npm start

&gt; magicmirror@2.30.0 start
&gt; npm run start:x11


&gt; magicmirror@2.30.0 start:x11
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[2025-01-02 09:01:37.931] [ERROR] App threw an error during load
[2025-01-02 09:01:37.938] [ERROR] Error: Cannot find module 'undici'
Require stack:
- /home/pi/MagicMirror/js/app.js
- /home/pi/MagicMirror/js/electron.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1055:15)
    at s._resolveFilename (node:electron/js2c/browser_init:2:115476)
    at Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
    at Module._load (node:internal/modules/cjs/loader:908:27)
    at c._load (node:electron/js2c/node_init:2:13672)
    at Module.require (node:internal/modules/cjs/loader:1122:19)
    at require (node:internal/modules/helpers:130:18)
    at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/js/app.js:15:40)
    at Module._compile (node:internal/modules/cjs/loader:1256:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
    at Module.load (node:internal/modules/cjs/loader:1098:32)
    at Module._load (node:internal/modules/cjs/loader:945:12)
    at c._load (node:electron/js2c/node_init:2:13672)
    at Module.require (node:internal/modules/cjs/loader:1122:19)
    at require (node:internal/modules/helpers:130:18)
    at Object.&lt;anonymous&gt; (/home/pi/MagicMirror/js/electron.js:4:14)
A JavaScript error occurred in the main process
</code></pre>
<p dir="auto">When I try “npm install” I got the following</p>
<pre><code>pi@raspberrypi:~/MagicMirror $ npm install
npm error code EBADENGINE
npm error engine Unsupported engine
npm error engine Not compatible with your version of node/npm: magicmirror@2.30.0
npm error notsup Not compatible with your version of node/npm: magicmirror@2.30.0
npm error notsup Required: {"node":"&gt;=20.18.1 &lt;21 || &gt;=22"}
npm error notsup Actual:   {"npm":"10.8.2","node":"v18.20.5"}
npm error A complete log of this run can be found in: /home/pi/.npm/_logs/2025-01-02T08_02_32_005Z-debug-0.log
</code></pre>
<p dir="auto">So I tried to update my npm with</p>
<pre><code>sudo apt update
sudo apt full-upgrade
sudo apt remove node
sudo apt remove nodejs
sudo apt install nodejs
</code></pre>
<p dir="auto">but npm has still the version 10.8.2</p>
<p dir="auto">So,  what have I done wrong?</p>
<p dir="auto">It would be really nice, if you have some advice for me.</p>
<p dir="auto">Thank  you in advance.</p>
<p dir="auto">Kind regards<br />
Klinge</p>
]]></description><link>https://forum.magicmirror.builders/topic/19274/cannot-find-module-undici-npm-install-doesn-t-work</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 08:59:00 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19274.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 02 Jan 2025 09:14:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Tue, 18 Feb 2025 03:28:27 GMT]]></title><description><![CDATA[<p dir="auto">he had nvm<br />
installed too, conflicts with n ( nodejs version of nvm)</p>
]]></description><link>https://forum.magicmirror.builders/post/124124</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124124</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 18 Feb 2025 03:28:27 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Mon, 17 Feb 2025 22:06:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tleo32" aria-label="Profile: tleo32">@<bdi>tleo32</bdi></a>  I also pushed a fix, so, rerunning the upgrade with force should work…</p>
]]></description><link>https://forum.magicmirror.builders/post/124115</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124115</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 17 Feb 2025 22:06:35 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Mon, 17 Feb 2025 21:51:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tleo32" aria-label="Profile: tleo32">@<bdi>tleo32</bdi></a> can you do this</p>
<pre><code>cd ~/MagicMirror
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - &amp;&gt;somefile.txt
</code></pre>
<p dir="auto">and send me somefile.txt via email. same userid at gmail</p>
<p dir="auto">and then<br />
short fix</p>
<pre><code>sudo npm install n
sudo n 20.18.1
hash -r
npm run install-MagicMirror
</code></pre>
<p dir="auto">please advise results</p>
]]></description><link>https://forum.magicmirror.builders/post/124114</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124114</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 17 Feb 2025 21:51:22 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Mon, 17 Feb 2025 19:57:26 GMT]]></title><description><![CDATA[<p dir="auto">thank you for responding <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>, for some reason not updating the node, please see below:</p>
<p dir="auto">update log will be in /home/tleonetti/MagicMirror/installers/upgrade.log<br />
doing test run = false<br />
Node currently installed. Checking version number.<br />
Minimum Node version: v20.18.1<br />
Installed Node version: v20.16.0<br />
installing correct version of node and npm, please wait<br />
Check current Node installation …<br />
Node currently installed. Checking version number.<br />
Minimum Node version: v20.18.1<br />
Installed Node version: v20.16.0<br />
Node should be upgraded.<br />
Installing Node.js …<br />
force: line 323: [: too many arguments<br />
tar (child): /home/tleonetti/node_release-.tar.gz: Cannot open: No such file or directory<br />
tar (child): Error is not recoverable: exiting now<br />
tar: Child returned status 2<br />
tar: Error is not recoverable: exiting now<br />
node version is<br />
Node.js installation Done! version=v20.16.0<br />
Check current NPM installation …<br />
NPM currently installed. Checking version number.<br />
Minimum npm version: V10.8.2<br />
Installed npm version: V10.8.1<br />
npm should be upgraded.<br />
Installing npm …<br />
npm installation Done! version=V10.8.1</p>
<p dir="auto">upgrading from version 2.30.0 to 2.30.0<br />
force: line 611: pm2: command not found<br />
fetching latest revisions<br />
updating MagicMirror runtime, please wait<br />
npm error code EBADENGINE<br />
npm error engine Unsupported engine<br />
npm error engine Not compatible with your version of node/npm: magicmirror@2.30.0<br />
npm error notsup Not compatible with your version of node/npm: magicmirror@2.30.0<br />
npm error notsup Required: {“node”:“&gt;=20.18.1 &lt;21 || &gt;=22”}<br />
npm error notsup Actual:   {“npm”:“10.8.1”,“node”:“v20.16.0”}<br />
npm error A complete log of this run can be found in: /home/tleonetti/.npm/_logs/2025-02-17T19_56_02_704Z-debug-0.log</p>
]]></description><link>https://forum.magicmirror.builders/post/124113</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124113</guid><dc:creator><![CDATA[tleo32]]></dc:creator><pubDate>Mon, 17 Feb 2025 19:57:26 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Mon, 17 Feb 2025 01:25:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tleo32" aria-label="Profile: tleo32">@<bdi>tleo32</bdi></a> yes, you didnt read the release notes. we need node 20.18.1 or above, not 21</p>
<p dir="auto">because you started manually, use my upgrade script w force as the parm instead of apply</p>
<p dir="auto">see <a href="https://github.com/sdetweil/MagicMirror_scripts" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror_scripts</a><br />
also <a href="https://forum.magicmirror.builders/post/123993">https://forum.magicmirror.builders/post/123993</a></p>
]]></description><link>https://forum.magicmirror.builders/post/124099</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124099</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 17 Feb 2025 01:25:58 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Mon, 17 Feb 2025 01:05:14 GMT]]></title><description><![CDATA[<p dir="auto">Hello - I am receiving a similar error and struggling to resolve. Does anyone have suggestions?</p>
<p dir="auto">npm error code EBADENGINE<br />
npm error engine Unsupported engine<br />
npm error engine Not compatible with your version of node/npm: magicmirror@2.30.0<br />
npm error notsup Not compatible with your version of node/npm: magicmirror@2.30.0<br />
npm error notsup Required: {“node”:“&gt;=20.18.1 &lt;21 || &gt;=22”}<br />
npm error notsup Actual:   {“npm”:“10.8.1”,“node”:“v20.16.0”}<br />
npm error A complete log of this run can be found in: /home/tleonetti/.npm/_logs/2025-02-17T00_47_21_325Z-debug-0.log</p>
]]></description><link>https://forum.magicmirror.builders/post/124098</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124098</guid><dc:creator><![CDATA[tleo32]]></dc:creator><pubDate>Mon, 17 Feb 2025 01:05:14 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Thu, 13 Feb 2025 15:34:53 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> Great, now it works.</p>
<p dir="auto">Thank you for your help again</p>
]]></description><link>https://forum.magicmirror.builders/post/123994</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123994</guid><dc:creator><![CDATA[Klinge]]></dc:creator><pubDate>Thu, 13 Feb 2025 15:34:53 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Thu, 13 Feb 2025 15:18:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klinge" aria-label="Profile: Klinge">@<bdi>Klinge</bdi></a> you tried to do it manually ,  my script will NOT upgrade OVER the same version accidentally</p>
<blockquote>
<p dir="auto">local version 2.30.0 already same as master 2.30.0</p>
</blockquote>
<p dir="auto">so you have to FORCE it</p>
<p dir="auto">change the update command string end from<br />
apply<br />
to<br />
force</p>
]]></description><link>https://forum.magicmirror.builders/post/123993</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123993</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 13 Feb 2025 15:18:00 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Thu, 13 Feb 2025 15:12:49 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> some minutes ago I updated my MMM with your script</p>
<pre><code>kling@raspi-mm-gaeste:~/MagicMirror $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
update log will be in /home/kling/MagicMirror/installers/upgrade.log
doing test run = false
Node currently installed. Checking version number.
Minimum Node version: v20.18.1
Installed Node version: v20.9.0
installing correct version of node and npm, please wait
Check current Node installation ...
Node currently installed. Checking version number.
Minimum Node version: v20.18.1
Installed Node version: v20.18.1
No Node.js upgrade necessary.
Check current NPM installation ...
NPM currently installed. Checking version number.
Minimum npm version: V10.8.2
Installed npm version: V10.8.2
No npm upgrade necessary.

want /var/swap=200MByte, checking existing: keeping it
saving custom.css
local version 2.30.0 already same as master 2.30.0
restoring custom.css

</code></pre>
<p dir="auto">After that I tried to start my MMM and now I got the same error message "Cannot find module ‘undici’.</p>
<pre><code>kling@raspi-mm-gaeste:~/MagicMirror $ display=:0 npm start

&gt; magicmirror@2.30.0 start
&gt; npm run start:x11


&gt; magicmirror@2.30.0 start:x11
&gt; DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

[2025-02-13 16:04:02.858] [ERROR] App threw an error during load 
[2025-02-13 16:04:02.863] [ERROR] Error: Cannot find module 'undici'
Require stack:
- /home/kling/MagicMirror/js/app.js
- /home/kling/MagicMirror/js/electron.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1232:15)
    at s._resolveFilename (node:electron/js2c/browser_init:2:121498)
    at Module._resolveFilename (/home/kling/MagicMirror/node_modules/module-alias/index.js:49:29)
    at Module._load (node:internal/modules/cjs/loader:1058:27)
    at c._load (node:electron/js2c/node_init:2:17025)
    at Module.require (node:internal/modules/cjs/loader:1318:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.&lt;anonymous&gt; (/home/kling/MagicMirror/js/app.js:15:40)
    at Module._compile (node:internal/modules/cjs/loader:1484:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
    at Module.load (node:internal/modules/cjs/loader:1295:32)
    at Module._load (node:internal/modules/cjs/loader:1111:12)
    at c._load (node:electron/js2c/node_init:2:17025)
    at Module.require (node:internal/modules/cjs/loader:1318:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.&lt;anonymous&gt; (/home/kling/MagicMirror/js/electron.js:4:14) 
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module 'undici'
Require stack:
- /home/kling/MagicMirror/js/app.js
- /home/kling/MagicMirror/js/electron.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1232:15)
    at s._resolveFilename (node:electron/js2c/browser_init:2:121498)
    at Module._resolveFilename (/home/kling/MagicMirror/node_modules/module-alias/index.js:49:29)
    at Module._load (node:internal/modules/cjs/loader:1058:27)
    at c._load (node:electron/js2c/node_init:2:17025)
    at Module.require (node:internal/modules/cjs/loader:1318:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.&lt;anonymous&gt; (/home/kling/MagicMirror/js/app.js:15:40)
    at Module._compile (node:internal/modules/cjs/loader:1484:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
    at Module.load (node:internal/modules/cjs/loader:1295:32)
    at Module._load (node:internal/modules/cjs/loader:1111:12)
    at c._load (node:electron/js2c/node_init:2:17025)
    at Module.require (node:internal/modules/cjs/loader:1318:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.&lt;anonymous&gt; (/home/kling/MagicMirror/js/electron.js:4:14)
[5112:0213/160403.943167:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
[5112:0213/160403.943531:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)

</code></pre>
<p dir="auto">So my question again, what did I wrong? It is necessary to install the MMM completely new?</p>
<p dir="auto">Thank you.</p>
<p dir="auto">Kind regards.<br />
Klinge</p>
]]></description><link>https://forum.magicmirror.builders/post/123992</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/123992</guid><dc:creator><![CDATA[Klinge]]></dc:creator><pubDate>Thu, 13 Feb 2025 15:12:49 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Thu, 09 Jan 2025 14:30:32 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> Yes, you’re absolutely right, of course. Sometimes you have to learn from your own mistakes ;-) so we just call it a Layer8 problem ;-) Thanks anyway for your effort</p>
]]></description><link>https://forum.magicmirror.builders/post/122808</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122808</guid><dc:creator><![CDATA[Klinge]]></dc:creator><pubDate>Thu, 09 Jan 2025 14:30:32 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Fri, 03 Jan 2025 13:07:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klinge" aria-label="Profile: Klinge">@<bdi>Klinge</bdi></a> if you had started w my script it would have told you so you didn’t have to upgrade NOW . sorry</p>
<p dir="auto">the whole objective of my scripts is to prevent this exact scenario. broke system.</p>
]]></description><link>https://forum.magicmirror.builders/post/122485</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122485</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 03 Jan 2025 13:07:19 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Fri, 03 Jan 2025 07:01:31 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> Shit, that’s the same problem I had with my second mirror a few weeks ago. Well, it’s been running fine since 2016.<br />
Many thanks for your tips. With your scripts I’ll quickly install the new one.</p>
]]></description><link>https://forum.magicmirror.builders/post/122472</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122472</guid><dc:creator><![CDATA[Klinge]]></dc:creator><pubDate>Fri, 03 Jan 2025 07:01:31 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Thu, 02 Jan 2025 13:48:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klinge" aria-label="Profile: Klinge">@<bdi>Klinge</bdi></a> you are on buster os… you need to upgrade to a later version, as that library is not available on buster… my script would have told you that…</p>
<p dir="auto">use my backup/restore scripts<br />
<a href="https://github.com/sdetweil/MagicMirror-backup-restore" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror-backup-restore</a></p>
<p dir="auto">to be able to quickly move to new OS</p>
<p dir="auto">use install script to install MM on new os<br />
<a href="https://github.com/sdetweil/MagicMirror_scripts" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MagicMirror_scripts</a><br />
and then restore to put back MM config and modules</p>
<p dir="auto">(and upgrade script  next time)</p>
]]></description><link>https://forum.magicmirror.builders/post/122432</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122432</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 02 Jan 2025 13:48:31 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Thu, 02 Jan 2025 13:41:47 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> Thank you for your help.</p>
<p dir="auto">After updating to 20.18.1 unfortunately I get the following error</p>
<pre><code>pi@raspberrypi:~/MagicMirror $ pwd
/home/pi/MagicMirror
pi@raspberrypi:~/MagicMirror $ npm run install-mm
node: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by node)
</code></pre>
<p dir="auto">And yes, the next time I will use your upgrade script ;-)</p>
]]></description><link>https://forum.magicmirror.builders/post/122431</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122431</guid><dc:creator><![CDATA[Klinge]]></dc:creator><pubDate>Thu, 02 Jan 2025 13:41:47 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Thu, 02 Jan 2025 11:47:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klinge" aria-label="Profile: Klinge">@<bdi>Klinge</bdi></a> also, next time use my upgrade script</p>
<p dir="auto"><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/122422</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122422</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 02 Jan 2025 11:47:04 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot find module &#x27;undici&#x27; - &#x27;npm install&#x27; doesn&#x27;t work on Thu, 02 Jan 2025 11:45:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klinge" aria-label="Profile: Klinge">@<bdi>Klinge</bdi></a> yes it says we need node 20.18.1 or above<br />
<a href="https://forum.magicmirror.builders/topic/19271/version-2-30-0-requires-updated-nodejs-warning-for-pi0w-installations">https://forum.magicmirror.builders/topic/19271/version-2-30-0-requires-updated-nodejs-warning-for-pi0w-installations</a></p>
<p dir="auto">anyhow quickest way<br />
install tool to allow changing node versions</p>
<pre><code>sudo npm install n -g
sudo n 20.18.1
</code></pre>
<p dir="auto">now do the MagicMirror install</p>
<pre><code>cd ~/MagicMirror
npm run install-mm 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/122421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122421</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 02 Jan 2025 11:45:37 GMT</pubDate></item></channel></rss>