Skip to content

Instantly share code, notes, and snippets.

@tlindsay
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlindsay/224d9584590092c21e15 to your computer and use it in GitHub Desktop.
Save tlindsay/224d9584590092c21e15 to your computer and use it in GitHub Desktop.
Quick snippet for installing Node on ARM devices.
# Credit to Pieter Beulque
# http://weworkweplay.com/play/raspberry-pi-nodejs/
####################################################
wget http://node-arm.herokuapp.com/node_latest_armhf.deb;
sudo dpkg -i node_latest_armhf.deb;
node --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment