yarn reinstall all code example
Example 1: force yarn to reinstall all packages
yarn install --check-files
Example 2: yarn frozen lockfile
yarn install --frozen-lockfile
Example 3: install dev dependency yarn
yarn add nameOfPackage --dev
yarn install --check-files
yarn install --frozen-lockfile
yarn add nameOfPackage --dev