-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
NPM_CONFIG_REGISTRY environment variable is not respected #25822
Comments
That's odd. We have tests that check that this works and during testing we test all the npm installation stuff with our own mock registry. Can you post the output of running the following command on your machine? NPM_CONFIG_REGISTRY="https://registry.npmmirror.com/" DENO_LOG=debug deno install npm:prisma-kysely |
|
That is very odd - I can not reproduce it on Linux with |
@leonco do you have an Edit: Oh, I guess that's the full output and it doesn't say that |
yes, I have a
There are multiple places to configure the npm registry. Can you tell me about your processing logic? |
I think the env var has the lowest precedence. It seems some of the code incorrectly uses the env var when it should be using the npmrc though. |
FYI you can upgrade to |
Version:
The text was updated successfully, but these errors were encountered: