Install Nodejs and NPM
_Node.js_is an open source server environment;_Node.js_is free;_Node.js_runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.). There are two ways you can use to install #nodejs and NPM on your #Raspberry.
Install nodejs from NodeSource repository
Launch the Terminal and execute the command below:
Install nodejs from source code
Then you have to detect platform with uname -m
and download correct file from dist wigh wget:
Untar file and copy content to /usr/local
folder: