Adam K Dean

Installing Node.js on a Raspberry Pi

Published on 15 May 2015 at 21:37 by Adam

Raspbian is based on of Debian Wheezy, so things are a little different than the standard Ubuntu 14.04 installs. Remember to always read a script before you curl it to bash.

curl -sLS https://apt.adafruit.com/add | sudo bash
sudo apt-get install node

Now check it's running okay...

pi@raspberrypi ~ $ node -v
v0.12.0

Ok so it's a little behind but still on 0.12.X.



This post was first published on 15 May 2015 at 21:37. It was filed under archive with tags raspberrypi, javascript, node.