April 2018
Intermediate to advanced
332 pages
8h 5m
English
Assuming that this is the same Raspberry Pi that was used in Chapter 3, Getting Started with IoT Platforms, 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 -E bash -$ sudo apt install nodejs
$ node -v$ npm -v