Created
September 27, 2021 13:04
-
-
Save shoemoney/5597be0e76cb21783701cc9e24547cda to your computer and use it in GitHub Desktop.
install latest nodejs on amazon linux 2 and no stupid issues
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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