Created
August 15, 2016 00:55
-
-
Save fartbagxp/e0fe51a2883c2d57d52509448d340188 to your computer and use it in GitHub Desktop.
AWS - Amazon Linux Nodejs Installation
This file contains hidden or 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
#!/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