Saturday, November 30, 2013

Install Node.js on Raspberry Pi

Visit http://elinux.org/RPi_applications, you can find a Additional deb packages of node.js (http://node-arm.herokuapp.com/node_latest_armhf.deb). To install deb package of node.js on Raspberry, enter the commands in Terminal:

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

Verify the installation and check the version:

$ node --help
$ node -v

Node.js on Raspberry Pi
Node.js on Raspberry Pi



Related: "Hello World" Node.js on Raspberry Pi

No comments: