nodejs / corepack

Zero-runtime-dependency package acting as bridge between Node projects and their package managers
MIT License
2.52k stars 165 forks source link

fix: re-add support for custom registries with auth #397

Closed aduh95 closed 6 months ago

aduh95 commented 7 months ago

An attempt to fix https://github.com/nodejs/corepack/issues/275. We'd probably need separate env variable as suggested in the issue.

Blocked by https://github.com/nodejs/corepack/pull/396.