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

[Bun v1.1.18] .npmrc auth option support #12338

Open
vitjaz opened this issue Jul 4, 2024 · 0 comments · May be fixed by #12390
Open

[Bun v1.1.18] .npmrc auth option support #12338

vitjaz opened this issue Jul 4, 2024 · 0 comments · May be fixed by #12390
Assignees
Labels
enhancement New feature or request

Comments

@vitjaz
Copy link

vitjaz commented Jul 4, 2024

What is the problem this feature would solve?

In our company we use .npmrc like this:

@some-name:registry=http....
//.../repository/npm/:_auth=some__secret_key

And for now I have an error
image

EDIT:
I try to rewrite our .npmrc :

@some-name:registry=http://.../repository/npm/    <- this / at the end is VERY IMPORTANT
_auth=some__secret_key

And it works!

What is the feature you are proposing to solve the problem?

Support for npmrc auth option.

What alternatives have you considered?

No response

@vitjaz vitjaz added the enhancement New feature or request label Jul 4, 2024
@zackradisic zackradisic linked a pull request Jul 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants