Created
April 25, 2022 02:06
-
-
Save nightsailer/cfcf50a71e439a051a6d5f1539461357 to your computer and use it in GitHub Desktop.
Install nodejs rpm on amazon linux
This file contains hidden or 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
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