Skip to content

Instantly share code, notes, and snippets.

@danpetrv
Last active November 25, 2019 13:16
Show Gist options
  • Save danpetrv/4b4dd2f7d5bd1cffaf3f773bc318f992 to your computer and use it in GitHub Desktop.
Save danpetrv/4b4dd2f7d5bd1cffaf3f773bc318f992 to your computer and use it in GitHub Desktop.
Install yarn on Ubuntu wsl
sudo apt remove cmdtest
sudo apt remove yarn
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