Skip to content

Instantly share code, notes, and snippets.

@Garbee
Created July 15, 2014 14:21
Show Gist options
  • Save Garbee/b5f06181515571165820 to your computer and use it in GitHub Desktop.
Save Garbee/b5f06181515571165820 to your computer and use it in GitHub Desktop.
install node
curl https://raw.githubusercontent.com/creationix/nvm/v0.10.0/install.sh | bash
source ~/.bashrc #.bash_profile,whatever
nvm install 0.10
nvm alias default 0.10
npm install -G nodejs
#complete and happy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment