A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
New update, new fail
-
@luisestrada said in New update, new fail:
App threw an error during load
Error: Cannot find module ‘ansis’I was able to fix it with this
sudo npm install ansis
then the error was systeminformation and I did the same
sudo npm install systeminformation
FInally pm2 was the issue and I had to do
sudo npm install pm2
I also applied the following as the process requested it
npm audit fix --force
-
@luisestrada How did you run the update?
git pull && npm run install-mm
like in the docs? -
@KristjanESPERANTO I always update with the MMM-Remote module
-
@luisestrada Please try the official way.
-
@luisestrada also, don’t use sudo.
-