Skip to content

Instantly share code, notes, and snippets.

@fartbagxp
Created August 15, 2016 00:55
Show Gist options
  • Save fartbagxp/e0fe51a2883c2d57d52509448d340188 to your computer and use it in GitHub Desktop.
Save fartbagxp/e0fe51a2883c2d57d52509448d340188 to your computer and use it in GitHub Desktop.
AWS - Amazon Linux Nodejs Installation
#!/bin/bash
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
yum -y install nodejs
# For any native addons that requires building
yum install gcc-c++ make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment