Created
August 13, 2016 15:09
-
-
Save juanitoddd/e19ec81729de726349d5e5413ecf7c3c to your computer and use it in GitHub Desktop.
Node.js install Ubuntu 14.04 and update to 5.12.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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