NodeJS & packages updates (v8.11)
This is a NodeJS and node packages update
The setup script is changed to install the latest nodeJS version regardless of the Pi version, tested on Pi3/B+ with RASPBIAN STRETCH LITE (v. June 27, 2018).
To install from a fresh image just run the setup script as shown in the Guide.
If you update from a previous version, make sure to backup your Pi before you update.
You may manually replace the changed files and then restart from the web UI or by running:
- restart app (
sudo systemctl restart gateway
)
Changed files:
- gateway.js - required changes for serialport
- package.json - various packages updated
- www/socket.io/socket.io.js - (client update to latest 2.1.1)
- .setup/gatewaysetup.sh