Skip to content

Node Install

Uffe Björklund edited this page Jun 16, 2015 · 3 revisions

Installing NodeJS on a Raspberry Pi is very easy.

wget http://node-arm.herokuapp.com/node_latest_armhf.deb 
dpkg -i node_latest_armhf.deb

Then you can verify the version by running

node -v

This will probably output v0.12.1

next

Clone this wiki locally