pi@MagicMirror:~ $ sudo npm I-g n
Unknown command: "I-g"
To see a list of supported npm commands, run:
npm help
pi@MagicMirror:~ $ sudo n 20
installing : node-v20.15.0
mkdir : /usr/local/n/versions/node/20.15.0
fetch : https://nodejs.org/dist/v20.15.0/node-v20.15.0-linux-armv7l.tar.x z
copying : node/20.15.0
node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not foun d (required by node)
/usr/local/bin/node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3 .4.26' not found (required by /usr/local/bin/node)
installed : (with npm )
pi@MagicMirror:~ $ node -v
node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not foun d (required by node)
pi@MagicMirror:~ $ node-v
-bash: node-v : commande introuvable
pi@MagicMirror:~ $ node -v
node: /lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26' not foun d (required by node)
pi@MagicMirror:~ $
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
M
Posts
-
RE: MM startup problem after update
-
RE: MM startup problem after update
@sdetweil do you need installers/update.log by email?
-
RE: MM startup problem after update
pi@MagicMirror:~ $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster pi@MagicMirror:~ $
-
RE: MM startup problem after update
@sdetweil ok sorry for the screenshots
pi@MagicMirror:~ $ pm2 stop all [PM2] Applying action stopProcessId on app [all](ids: [ 0 ]) [PM2] [mm](0) ✓ ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐ │ id │ name │ mode │ ↺ │ status │ cpu │ memory │ ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤ │ 0 │ mm │ fork │ 685 │ stopped │ 0% │ 0b │ └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘ pi@MagicMirror:~ $ cd ~/MagicMirror pi@MagicMirror:~/MagicMirror $ npm install electron@31.1.0 npm ERR! code EBADENGINE npm ERR! engine Unsupported engine npm ERR! engine Not compatible with your version of node/npm: magicmirror@2.28.0 npm ERR! notsup Not compatible with your version of node/npm: magicmirror@2.28.0 npm ERR! notsup Required: {"node":">=20"} npm ERR! notsup Actual: {"npm":"9.8.1","node":"v18.18.0"} npm ERR! A complete log of this run can be found in: /home/pi/.npm/_logs/2024-07 -01T13_05_28_653Z-debug-0.log pi@MagicMirror:~/MagicMirror $
-
RE: MM startup problem after update
@sdetweil I get this message when I run npm start
-
RE: MM startup problem after update
@sdetweil Hi Stan, I’m happy to read you (every time I have problems :-)) here are the screenshots of what you asked me to do