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
Created
May 2, 2022 11:12
-
-
Save codedeep79/e7b904e842fe6608dbf802b1b986d94a to your computer and use it in GitHub Desktop.
Install Yarn in Ubuntu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment