Created
August 16, 2016 13:53
-
-
Save davepoon/6bc513cb9bac0761775b229e7b0611c9 to your computer and use it in GitHub Desktop.
Install Latest Nodejs on Amazon Linux/CentOS
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
yum install -y gcc-c++ make | |
curl -sL https://rpm.nodesource.com/setup_6.x | sudo -E bash - | |
yum install nodejs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment