Quantcast
Channel: Raspberry Pi – Linux Circle – Do it yourself (DIY) Internet of Things (IoT) guide for hobbyists and innovators
Viewing all articles
Browse latest Browse all 32

Quickly and simply install Node.JS on Raspberry Pi 2 Raspbian

$
0
0
Update the system sudo apt-get update sudo apt-get upgrade Download the source curl -sL https://deb.nodesource.com/setup | sudo bash – Install it sudo apt-get install nodejs Check version number nodejs -v v0.10.40 Run it nodejs >console.log(‘hello mojo!’); hello mojo   (53)

Viewing all articles
Browse latest Browse all 32

Trending Articles