Skip to content

Instantly share code, notes, and snippets.

@alanzhaonys
Created December 5, 2018 16:05
Show Gist options
  • Save alanzhaonys/4f59ba9e0237c212f832d6afbd9bfaf7 to your computer and use it in GitHub Desktop.
Save alanzhaonys/4f59ba9e0237c212f832d6afbd9bfaf7 to your computer and use it in GitHub Desktop.
Install NODE on Amazon Linux 2
curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -
sudo yum -y install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment