Read the statement by Michael Teeuw here.
Help With 2.8 Install?
-
@sdetweil said in Help With 2.8 Install?:
bash -c “$(curl -sL https://www.dropbox.com/s/rlh710ng0zwv3vp/raspberry.sh?dl=0)”
I saw your other post. What is different between yours and the official one?
-
@potts-mike fixes for npm level, pm2 , non pi installs (mac, etc, and users who are not ‘pi’)
hope to get this in to the next cycle
along with the upgrade script -
I highly recommend @sdetweil’s scripts. :thumbsup:
-
@sdetweil I tried the new script and it did not autostart on reboot
-
@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:~ $