March 2018
Beginner to intermediate
656 pages
20h 9m
English
The required libraries and dependencies are listed here. First Node.js and npm need to be updated on the Raspberry Pi Raspbian operating system. For this the following steps can be followed:
$ curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
This should display output similar to the following. The output is quite large therefore only the top part of the output is shown in the following screenshot:

$ sudo apt-get install nodejs
Verification can be performed by running the following command ...