Read the statement by Michael Teeuw here.
After update 2.23.0 crash
-
the script does a new npm install in modules that have a package.json
but I know the post install process is wrong for this module
my fork fixes that
https://github.com/sdetweil/MMM-PIR-Sensor -
@sdetweil Perfect, fixed it. Thanks!
-
@JerryP said in After update 2.23.0 crash:
sudo git pull
just one more thing
NEVER use sudo with MM no need for it.
all it does is lead to trouble -
@sdetweil Thank you very much. Had the same error (cannot find module envsub) on updating the MagicMirror to the new version and this step (rm -rf node_modules and then npm install again) solved the issue for me.
-
@hrjmsh you should use my upgrade script
-
@sdetweil I did, both with and without changes applied. Unfortunately, it didn’t work for me. The only thing that worked was the solution you provided by removing the node_modules and then reinstalling npm.
-
@hrjmsh can u send me the MagicMirror/installers/upgrade.log
same userid at gmail
never seen this problem
-
@hrjmsh Thank you so much!!! (rm -rf node_modules and then npm install again) worked like a charm!
-
After installing the latest update (04/11/2023 10:00) I can not get Magic Mirror to start on my Windows systems. In this case I’m using the default CSS and config with no added modules. See attached photo. Please help.
-
@DanClarkCBET3 yes, there is a reported issue on Windows
https://github.com/MichMich/MagicMirror/issues/3083I was able to change some code (listed) to resolve it, but so far it only fails on windows. so we are not sure of the cause.
no fix currently planned