-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Yarn seems to do use the right registry token (GitHub npm private registry) #8015
Comments
Is is resolved for now, closing. |
Okay, so Can a fix be made or should I open a PR ? |
@arcanis :) |
williamdes
added a commit
to wdesportes/test-publish-npm
that referenced
this issue
Mar 27, 2020
williamdes
added a commit
to wdesportes/test-publish-npm
that referenced
this issue
Mar 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
HTTP 401 when downloading a private tarball
Command
What is the current behavior?
Error: https://npm.pkg.github.com/download/@privateorg/privatepackage/3.1.4/713973e7902bbf38bb50617629ca99de1d59cb64a8ced8881382abe2f507a8eb: Request failed "401 Unauthorized"
What is the expected behavior?
Download the package.
Steps to Reproduce
Environment
13.1.0
1.22.4
I found some track here #6756
Some debug showed me:
You can clearly see that yarn does not give a f* that I did force the token header and by some strange reason adds my npm registry token
TLDR Delete the .npmrc file did solve the issue
Maybe there was a conflict
The text was updated successfully, but these errors were encountered: