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
I'd also like to see yarn rm suggest yarn remove, personally.
and perhaps yarn update suggest yarn upgrade
Most helpful comment
and perhaps
yarn updatesuggestyarn upgrade