Read the statement by Michael Teeuw here.
Please commit your changes or stash them before you merge?
-
@jefftse and further down
"scripts": { "config:check": "node js/check_config.js", "install-fonts": "echo \"Installing fonts ...\n\" && cd fonts && npm install --loglevel=error --no-audit --no-fund --no-update-notifier", "install-mm": "npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev", "install-mm:dev": "npm install --no-audit --no-fund --no-update-notifier", "install-vendor": "echo \"Installing vendor files ...\n\" && cd vendor && npm install --loglevel=error --no-audit --no-fund --no-update-notifier",
doah… my mistake…
npm run install-mm
-
That’s exactly what I have
-
jeff@raspberrypi:~/MagicMirror $ git checkout package.json
Updated 0 paths from the index -
jeff@raspberrypi:~/MagicMirror $ git pull && npm run install-mm
Already up to date.magicmirror@2.30.0 install-mm
npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=devnpm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: magicmirror@2.30.0
npm ERR! notsup Not compatible with your version of node/npm: magicmirror@2.30.0
npm ERR! notsup Required: {“node”:“>=20.18.1 <21 || >=22”}
npm ERR! notsup Actual: {“npm”:“10.1.0”,“node”:“v20.9.0”}npm ERR! A complete log of this run can be found in: /home/jeff/.npm/_logs/2025-01-03T16_52_04_066Z-debug-0.log
-
@jefftse ok short path
sudo npm install n -g sudo n 20.18.1 cd ~/MagicMirror npm run install-mm
-
I think that did the trick
-
@jefftse ok!!!
-