Created
May 21, 2017 10:29
-
-
Save element6/68a3ae15e780b43db43194a331748e08 to your computer and use it in GitHub Desktop.
setup new nodejs on EC2
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
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash (visit nvm github for the latest url) | |
. ~/.nvm/nvm.sh | |
nvm install v7 (or whatever node version) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment