yarn not working code example
Example 1: install yarn
npm install -g yarn
Example 2: yarn: command not found
npm install --global yarn
Example 3: bash: yarn: command not found
brew install yarn
Example 4: how to install yarn on ubuntu
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -