Created
October 22, 2020 18:04
-
-
Save ccondry/5e487c7a55f1395f3b53ac41dc470cc1 to your computer and use it in GitHub Desktop.
install yarn, npm, nodejs on 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 -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - | |
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list | |
sudo apt update | |
sudo apt install yarn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment