Created
May 29, 2016 18:16
-
-
Save lorinma/7b0faab0543d74e5076794256811e4ff to your computer and use it in GitHub Desktop.
nodejs
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
If you have nodejs already installed and want to update, then first remove current instalation and install it again using scripts above. | |
sudo apt-get remove --purge nodejs npm | |
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - | |
sudo apt-get install -y nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
on cloud9 just use nvm:
nvm install 6.2.0
this will install node 6.2.0