Skip to content

Instantly share code, notes, and snippets.

@juanitoddd
Created August 13, 2016 15:09
Show Gist options
  • Save juanitoddd/e19ec81729de726349d5e5413ecf7c3c to your computer and use it in GitHub Desktop.
Save juanitoddd/e19ec81729de726349d5e5413ecf7c3c to your computer and use it in GitHub Desktop.
Node.js install Ubuntu 14.04 and update to 5.12.0
sudo apt-get update
sudo apt-get install nodejs
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo ln -s /usr/bin/nodejs /usr/bin/node
node -v
v5.12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment