Last active
October 3, 2019 21:06
-
-
Save abarrak/e8267e2016bffc30b6635894a1808434 to your computer and use it in GitHub Desktop.
Node.js Install on AWS EC2
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_11.x | sudo -E bash - | |
yum install nodejs | |
node -v | |
npm -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment