A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MM startup problem after update
-
@manu85340 ok, upgrade didn’t upgrade nodejs…
-
-
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:~ $
-
@sdetweil do you need installers/update.log by email?
-
@manu85340 ok. script forces node 18 on buster. hang on. I’ll debug
could u give me output of command n
it might say unknown
or give a list -
@sdetweil I typed “n” and there is nothing
-
-
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:~ $
-
@manu85340 grr… that was the problem finding the c++ lib for buster.
let me research, be a couple hours
-
@sdetweil OK thanks to you