Skip to content

Instantly share code, notes, and snippets.

@jarontai
Created September 2, 2014 01:49
Show Gist options
  • Save jarontai/8f91eb17cf9745142fac to your computer and use it in GitHub Desktop.
Save jarontai/8f91eb17cf9745142fac to your computer and use it in GitHub Desktop.
install node via nvm on debian
sudo apt-get update && apt-get install git-core curl build-essential openssl libssl-dev
curl https://raw.githubusercontent.com/creationix/nvm/v0.14.0/install.sh | bash
nvm ls-remote
nvm install 0.10
nvm use 0.10
nvm alias default 0.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment