yarn how to install so you don't have to install it into your project file code example
Example 1: yarn add install all packages in package,json
yarn install
Example 2: yarn frozen lockfile
yarn install --frozen-lockfile
Example 3: install dev dependency yarn
yarn add nameOfPackage --dev