File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ sudo apt-get -y install php-common php-cli php-fpm
110110
111111echo -e " ${CYAN} ************* STEP: Install nodeJS & npm *************${NC} "
112112# install latest NodeJS --- https://www.raspberrypi.org/forums/viewtopic.php?t=141770
113- sudo wget -O - https://raw.githubusercontent.com/LowPowerLab/RaspberryPi-Gateway /master/.setup /Install-Node.sh | sudo bash
113+ sudo wget -O - https://raw.githubusercontent.com/audstanley/NodeJs-Raspberry-Pi /master/Install-Node.sh | sudo bash
114114sudo npm install -g npm
115115
116116echo -e " ${CYAN} ************* STEP: Setup Gateway app & dependencies *************${NC} "
Original file line number Diff line number Diff line change 2323 "nconf" : " ~0.10.0" ,
2424 "nedb" : " ~1.8" ,
2525 "nodemailer" : " ^6.4.6" ,
26- "serialport" : " ~7 .0.2 " ,
26+ "serialport" : " ~9 .0.1 " ,
2727 "socket.io" : " ~2.3.0" ,
2828 "speedtest-net" : " ^1.6.2" ,
2929 "suncalc" : " ~1.8"
You can’t perform that action at this time.
0 commit comments