mskelton / yarn-plugin-outdated

Yarn plugin to show outdated dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add note that v2 does not support Yarn 2 and add install instructions for v1.2.0.

joshuapinter opened this issue · comments

I'm on Yarn 2 still and ran into this error after following the install instructions in the README:

This plugin cannot access the package referenced via typanion which is neither a builtin...

Not obvious what the issue was until I dug around in your Releases and saw that v2 is not compatible with Yarn 2.

I still had to figure out how to install version 1.2.0 of the plugin, using:

yarn plugin import https://github.com/mskelton/yarn-plugin-outdated/raw/v1.2.0/bundles/@yarnpkg/plugin-outdated.js

Anyway, figured it would be worth adding this to your README to help others. Especially since this is such a helpful tool and you've done a great job bringing it into the Yarn 2+ world.

Thanks!

Good idea, I opened a PR to add that to the docs!

Right on! 👍