Skip to content

Instantly share code, notes, and snippets.

@shoemoney
Created September 27, 2021 13:04
Show Gist options
  • Save shoemoney/5597be0e76cb21783701cc9e24547cda to your computer and use it in GitHub Desktop.
Save shoemoney/5597be0e76cb21783701cc9e24547cda to your computer and use it in GitHub Desktop.
install latest nodejs on amazon linux 2 and no stupid issues
sudo yum install gcc-c++ make
sudo curl -sL https://rpm.nodesource.com/setup_16.x | sudo bash -
sudo yum install -y nodejs
curl -sL https://dl.yarnpkg.com/rpm/yarn.repo | sudo tee /etc/yum.repos.d/yarn.repo
sudo yum install yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment