Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ogiovannyoliveira/d4c579940d241140b240e037745485eb to your computer and use it in GitHub Desktop.
Save ogiovannyoliveira/d4c579940d241140b240e037745485eb to your computer and use it in GitHub Desktop.
Install Yarn on linux 18.+
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