Skip to content

Instantly share code, notes, and snippets.

@gismo141
Last active January 3, 2017 11:13
Show Gist options
  • Save gismo141/2148566fb1dff70ea0612e069506fcd3 to your computer and use it in GitHub Desktop.
Save gismo141/2148566fb1dff70ea0612e069506fcd3 to your computer and use it in GitHub Desktop.
Install Node on Raspberry Pi
cd ~
wget http://nodearm-nathanjohnson320.rhcloud.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
export PATH=~/.npm-global/bin:$PATH
source ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment