It would be great if we could go from the message:
npm install ${notInstalled.map((pkg) => atLatest(pkg)).join(' ')} --save-dev
to
yarn add -D ${notInstalled.map((pkg) => atLatest(pkg)).join(' ')}
If a yarn.lock file exists in the projects root directory.
It would be great if we could go from the message:
to
If a
yarn.lockfile exists in the projects root directory.