April 2018
Intermediate to advanced
332 pages
8h 5m
English
Assuming that this is the same Raspberry Pi 3 board that was used in Chapter 4, AWS IoT, it should have Node.js installed. If Node.js is not installed, please refer to the following steps:
$ sudo apt update$ sudo apt full-upgrade
$ curl -sL https://deb.nodesource.com/setup_7.x | sudo -Ebash- $ sudo apt install nodejs
$ node -v$ npm -v