Read the statement by Michael Teeuw here.
`GLIBCXX_3.4.26' not found (required by node)
-
Going for a full fresh install. Did some googling on GLIBCXX and it looks terrifying. Seems particular to raspberry pis. It seems quite fundamental to the OS and people don’t recommend tinkering with it at all. Only advice out there seems to be “rebuild”.
-
@matt216 yes, it’s a tough problem .
backup your mm config
https://github.com/sdetweil/MagicMirror-backup-restore -
@sdetweil config.js is backed-up regularly to an NFS mount from another machine. Will be a good recovery test :) Would be handy to figure out a way to restore all the modules.
Thanks for your assistance
-
@matt216 try my backup it saves the config the custom CSS and the URLs on GitHub of all of the modules you have installed
then on restore it uses the URLs to download the modules
check it out You can run them from GitHub without downloading onto your machine
puts everything into a little folder MM _ backup just three files
uses git tags to version the backup, and can push the GitHub if you want when you back up
and will save the extra files found in any module folder like Google or Spotify token files etc
-
@sdetweil beautiful!
-
I was having this problem and could not figure it out. Here is the fix that worked right away for me…
I uninstalled the version of Node that I had (which was 20) and I went back to install node js 18. It works after doing this
-
@nnvv3344 Unfortunately, the module MMM-Jast requires Node above 18, so I can do that.