sudo apt remove cmdtest -y
sudo apt remove yarn -y
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-get update
sudo apt-get install yarn -y
Created
November 5, 2024 18:36
-
-
Save cobaohieu/7f92b4bfcc365aac3fab60ea82169568 to your computer and use it in GitHub Desktop.
How to install yarn on ubuntu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment