Created
May 24, 2016 11:25
-
-
Save dam1/4e7408bf07ecb88827515492745022dc to your computer and use it in GitHub Desktop.
nodejs installation amazon linux
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
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