Skip to content

Instantly share code, notes, and snippets.

@codedeep79
Created May 2, 2022 11:12
Show Gist options
  • Select an option

  • Save codedeep79/e7b904e842fe6608dbf802b1b986d94a to your computer and use it in GitHub Desktop.

Select an option

Save codedeep79/e7b904e842fe6608dbf802b1b986d94a to your computer and use it in GitHub Desktop.
Install Yarn in Ubuntu
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