A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Help With 2.8 Install?
-
@Gomalley which script did u use?
Upgrade doesn’t touch the pm2 config at all
-
bash -c "$(curl -sL https://www.dropbox.com/s/rlh710ng0zwv3vp/raspberry.sh?dl=0)"
-
-
@Gomalley the installer attempts to get node and npm up to the latest level.
And it does the npm installThen it asks about using pm2.
Sadly it doesn’t have a log, I didn’t write the original. But I think I will add that. This is install from nothing.
Do
node -v
npm -v
Let me know -
@sdetweil
pi@raspberrypi:~ $ node -v
v10.15.2
pi@raspberrypi:~ $ npm -v
6.10.2
pi@raspberrypi:~ $