-
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
Reversion bug: yarn 0.16 no longer able to install scoped packages from private registry #1274
Comments
I'm experiencing this as well. If I debug the
It sounds like 50aae7d could be related but applying that patch didn't fix it for me. |
Solved by #1356. |
I guess solved wasn't the correct word to use there. But it does touch on the error reported in this issue. In regards to your specific error you mention above, might want to follow the discussion in #521 in regards to the authentication token. |
It does look like that's a better place to track this issue! Thanks @wyze! |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
yarn
fails withIf the current behavior is a bug, please provide the steps to reproduce.
I have a private registry, which also has a scope.
Yarn
0.15.1
can handle this, but yarn0.16.(0|1)
fails.What is the expected behavior?
Installation should succeed
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: