command 'yarn' not found but can be installed with code example
Example 1: yarn: command not found
npm install --global yarn
Example 2: bash: yarn: command not found
brew install yarn
npm install --global yarn
brew install yarn