Last active
October 8, 2019 13:11
-
-
Save SebKay/c8566484decb0a90e7915c4ba43d230a to your computer and use it in GitHub Desktop.
Install Yarn CLI tool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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