on yarn outdated
in yarn v2
or v3
there is this error:
Usage Error: Couldn't find a script named "outdated".
I found an alternative with yarn upgrade-interactive
, but then I need to install this plugin into the project, which is wanted to avoid. Is there any alternative?
ok, I found an easy alternative - using npm
:
npm outdated