Skip to content

Instantly share code, notes, and snippets.

@abarrak
Last active October 3, 2019 21:06
Show Gist options
  • Save abarrak/e8267e2016bffc30b6635894a1808434 to your computer and use it in GitHub Desktop.
Save abarrak/e8267e2016bffc30b6635894a1808434 to your computer and use it in GitHub Desktop.
Node.js Install on AWS EC2
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