Skip to content

Commit 90777fc

Browse files
committed
update to latest node, serialport to v9.0
1 parent aca36ac commit 90777fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.setup/gatewaysetup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ sudo apt-get -y install php-common php-cli php-fpm
110110

111111
echo -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
114114
sudo npm install -g npm
115115

116116
echo -e "${CYAN}************* STEP: Setup Gateway app & dependencies *************${NC}"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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"

0 commit comments

Comments
 (0)