Skip to content

Instantly share code, notes, and snippets.

@davepoon
Created August 16, 2016 13:53
Show Gist options
  • Save davepoon/6bc513cb9bac0761775b229e7b0611c9 to your computer and use it in GitHub Desktop.
Save davepoon/6bc513cb9bac0761775b229e7b0611c9 to your computer and use it in GitHub Desktop.
Install Latest Nodejs on Amazon Linux/CentOS
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