Hello Raspberry Pi
Please visit my new address:
https://coxxect.blogspot.com/
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
Related:
"Hello World" Node.js on Raspberry Pi
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment