Skip to content

Instantly share code, notes, and snippets.

@marloncabrera
Created December 25, 2014 21:28
Show Gist options
  • Save marloncabrera/0c18687e22fc3d1a705a to your computer and use it in GitHub Desktop.
Save marloncabrera/0c18687e22fc3d1a705a to your computer and use it in GitHub Desktop.
Install NodeJS using NVM Elementary Luna
sudo apt-get install build-essential libssl-dev
curl https://raw.githubusercontent.com/creationix/nvm/v0.21.0/install.sh | bash
source ~/.nvm/nvm.sh
echo "source ~/.nvm/nvm.sh" >> .bashrc 
nvm install stable
nvm use stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment