<?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[Outdated?]]></title><description><![CDATA[<p dir="auto">I’m trying to set up a second mirror for my parents but I am unable to install mm.</p>
<p dir="auto">After cloning the repository, I keep getting the “EBADENGINE” error when trying to install it.</p>
<p dir="auto">node is on v23.5.0<br />
and<br />
npm is on v11.0.0</p>
]]></description><link>https://forum.magicmirror.builders/topic/19244/outdated</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 14:22:47 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19244.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Dec 2024 01:22:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Outdated? on Wed, 25 Dec 2024 12:49:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/magicmonkey" aria-label="Profile: magicmonkey">@<bdi>magicmonkey</bdi></a> yes, we dont support node 23 yet. coming jan 1<br />
or use the develop branch</p>
<pre><code>git clone magicmirror url --- you already did this
git checkout develop
npm run install-mm 
</code></pre>
<p dir="auto">we support 20.9.0 or above, not any 21, but any 22</p>
<p dir="auto">so you could do this to get 22</p>
<pre><code class="language-sh">sudo npm install n -g
sudo n 22
</code></pre>
<p dir="auto">node -v</p>
<p dir="auto">should be 22</p>
<p dir="auto">then<br />
npm run install-mm</p>
]]></description><link>https://forum.magicmirror.builders/post/122178</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/122178</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 25 Dec 2024 12:49:45 GMT</pubDate></item></channel></rss>