Last Updated: February 25, 2016
·
410
· nathanjohnson320

Install node.js on Raspbian

This will work on any debian based Raspberry Pi operating systems.

wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
# Check installation
node -v