A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
New install - (npm run install-mm) - returns errors
-
@lostagain said in New install - (npm run install-mm) - returns errors:
npm error notsup Actual: {“npm”:“11.0.0”,“node”:“v23.4.0”}
yes, we don’t support node 23 until next release, Jan 1.
the 'easiest way back is
sudo npm install n -g sudo n 22 hash -r
then start install again
-
@sdetweil said in New install - (npm run install-mm) - returns errors:
sudo npm install n -g
Sam, you’re a genius!!! Thank you so much, been tearing my hair out with that!!
-
-
@lostagain if you had used my installer script, it would have installed the correct version of node (listed as 1st alternative install choice)
-
@sdetweil Good to know (I’ll remember that next time!!) thank you
-
@lostagain my upgrade script will do it too between releases