Skip to content

Instantly share code, notes, and snippets.

@SebKay
Last active October 8, 2019 13:11
Show Gist options
  • Save SebKay/c8566484decb0a90e7915c4ba43d230a to your computer and use it in GitHub Desktop.
Save SebKay/c8566484decb0a90e7915c4ba43d230a to your computer and use it in GitHub Desktop.
Install Yarn CLI tool
# Grab installer via CURL and run
curl -o- -L https://yarnpkg.com/install.sh | bash
# Verify the version
yarn --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment