Skip to content

Instantly share code, notes, and snippets.

@iworkforthem
Created January 24, 2018 02:47
Show Gist options
  • Save iworkforthem/9089b7a20bd0ed99c59d0235e09fd0f7 to your computer and use it in GitHub Desktop.
Save iworkforthem/9089b7a20bd0ed99c59d0235e09fd0f7 to your computer and use it in GitHub Desktop.
install node.js 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