Created
December 2, 2016 07:39
-
-
Save muthuspark/dde82808871897df5b2319546fb8d0f5 to your computer and use it in GitHub Desktop.
Install specific version of nodejs in ubuntu
This file contains hidden or 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 install curl | |
curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash - | |
sudo apt-get install nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment