file to add yarn to path ubuntu code example
Example 1: install yarn
npm install -g yarn
Example 2: ubuntu install yarn
sudo apt install --no-install-recommends yarn
npm install -g yarn
sudo apt install --no-install-recommends yarn