Skip to content

Instantly share code, notes, and snippets.

@nightsailer
Created April 25, 2022 02:06
Show Gist options
  • Save nightsailer/cfcf50a71e439a051a6d5f1539461357 to your computer and use it in GitHub Desktop.
Save nightsailer/cfcf50a71e439a051a6d5f1539461357 to your computer and use it in GitHub Desktop.
Install nodejs rpm on amazon linux
curl -fsSL https://rpm.nodesource.com/setup_17.x | sudo bash -
sudo yum install -y nodejs gcc-c++ make
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