Skip to content
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

Support reading from user's .npmrc #13939

Closed
wants to merge 1 commit into from

Conversation

robertshuford
Copy link
Contributor

What does this PR do?

This PR expands upon PR #11979 to add support for reading per-user .npmrc files in addition to per-project .npmrc files.

Configuration in project .npmrc files will be combined with configuration in user .npmrc files. If a specific configuration is defined in both, the project configuration is used.

@robertshuford
Copy link
Contributor Author

I see the test I added for this failing in CI. I'll work to get that fixed before taking this PR out of draft.

@robertshuford robertshuford force-pushed the user_npmrc branch 4 times, most recently from 8afa43f to 81038cc Compare September 14, 2024 14:14
@robertshuford robertshuford marked this pull request as ready for review September 14, 2024 14:14
@robertshuford
Copy link
Contributor Author

I'm going to work on the tests some more. I'll open a new PR later.

@robertshuford
Copy link
Contributor Author

I opened a new PR for this here: #13990

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant