Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save godofredoninja/81cc28501de6584bce90 to your computer and use it in GitHub Desktop.
Save godofredoninja/81cc28501de6584bce90 to your computer and use it in GitHub Desktop.
#instalar la ultima version de node en ubuntu
sudo apt-get update
sudo apt-get install build-essential libssl-dev
curl https://raw.githubusercontent.com/creationix/nvm/v0.12.2/install.sh | sh
source ~/.profile
nvm ls-remote
nvm install 0.12.2
node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment