Yarn has changed from using yarn install PACKAGE_NAME to yarn add PACKAGE_NAME but when running fuck I get yarn install suggested.
➜ Twistly git:(master) ✗ yarn install ava
yarn install v0.23.4
error `install` has been replaced with `add` to add new dependencies. Run "yarn add ava" instead.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
➜ Twistly git:(master) ✗ fuck
yarn install [enter/↑/↓/ctrl+c]
Aborted
Yarn has changed from using
yarn install PACKAGE_NAME
toyarn add PACKAGE_NAME
but when runningfuck
I getyarn install
suggested.