Skip to content

Instantly share code, notes, and snippets.

@element6
Created May 21, 2017 10:29
Show Gist options
  • Save element6/68a3ae15e780b43db43194a331748e08 to your computer and use it in GitHub Desktop.
Save element6/68a3ae15e780b43db43194a331748e08 to your computer and use it in GitHub Desktop.
setup new nodejs on EC2
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