-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: COREPACK_NPM_REGISTRY
defaults to $(npm config get registry)
#540
Comments
Same issue!!! 🫰 / |
same, how to reslove it |
Set env variable: |
Thank you |
@chenlei0608 To use the same registry as npm, add |
Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the default value of
COREPACK_NPM_REGISTRY
ishttps://registry.npmjs.org
.My npm registry has been changed to another one, while corepack is still using
https://registry.npmjs.org
.Setting up
COREPACK_NPM_REGISTRY
value to follow$(npm config get registry)
(the configed npm registry) is convenient, so that I don't need to concern the registry of corepackThe text was updated successfully, but these errors were encountered: