Skip to content

Instantly share code, notes, and snippets.

@dam1
Created May 24, 2016 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dam1/4e7408bf07ecb88827515492745022dc to your computer and use it in GitHub Desktop.
Save dam1/4e7408bf07ecb88827515492745022dc to your computer and use it in GitHub Desktop.
nodejs installation amazon linux
sudo yum install gcc-c++ openssl-devel make
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
nvm install 4.4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment