-
Notifications
You must be signed in to change notification settings - Fork 5.6k
.npmrc: support per-user and maybe global config files #23954
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
Labels
Comments
This was referenced May 29, 2024
bartlomieju
added a commit
that referenced
this issue
Jun 26, 2024
This commit adds discovery of `.npmrc` files in user's homedir. This is not a perfect fix as it doesn't merge multiple `.npmrc` files together as per #23954 but allows to fallback if no `.npmrc` file is discovered in the project root.
sbmsr
pushed a commit
to sbmsr/deno-1
that referenced
this issue
Jul 2, 2024
This commit adds discovery of `.npmrc` files in user's homedir. This is not a perfect fix as it doesn't merge multiple `.npmrc` files together as per denoland#23954 but allows to fallback if no `.npmrc` file is discovered in the project root.
zebreus
pushed a commit
to zebreus/deno
that referenced
this issue
Jul 8, 2024
This commit adds discovery of `.npmrc` files in user's homedir. This is not a perfect fix as it doesn't merge multiple `.npmrc` files together as per denoland#23954 but allows to fallback if no `.npmrc` file is discovered in the project root.
Fixed by #27119? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should support discovering
.npmrc
files in per-user location and maybe in global location.Most likely we will need to update https://github.com/denoland/deno_npm for that as it appears these files are "stacked" together after they are discovered to create a final configuration.
https://docs.npmjs.com/cli/v10/configuring-npm/npmrc#files
Ref #16105
Ref #23560
The text was updated successfully, but these errors were encountered: