package-json-upgrade icon indicating copy to clipboard operation
package-json-upgrade copied to clipboard

When using Yarn, does not find private registry

Open brianespinosa opened this issue 2 years ago • 1 comments

It is possible to configure registries with Yarn. These configurations are not picked up by package-json-upgrade. I could technically get this plugin to see my files if I also created an .npmrc file, but that is not what Yarn is using when installing, and it is not recommended to have both.

Could we add support for looking at the .yarnrc.yml configuration as well? Or if not, give a way to specify other registries in the plugin?

brianespinosa avatar May 06 '22 15:05 brianespinosa

This sounds like a really nice feature. I am currently on parental leave and dont have a lot of time on my hands. But I would welcome a PR!

pgsandstrom avatar Jun 13 '22 12:06 pgsandstrom