mskelton / yarn-plugin-outdated

Yarn plugin to show outdated dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publish plugin to npm

ccdd13 opened this issue · comments

Hi,
plugin not in npmjs.com

Hi @ccdd13,

Yarn plugins aren't published to npm but are installed from a bundle URL. The installation instructions in the readme explain how to import this plugin like so:

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

After running that, commit the resulting changes to the .yarn folder and the .yarnrc.yml file.