-
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 install fails when scoped packages are required #1581
Comments
This is fixed on master and will be available in the next release. |
@wyze which version? I can confirm this is still an issue for the latest release candidate update: |
any updates? not supporting scoped packages is a pretty egregious blocker... |
For me this was fixed in 0.17 if I remember correctly. Make sure you're
logged in npm and it should just work!
On 21 Jan 2017 23:06, "Travis Webb" <notifications@github.com> wrote:
any updates? not supporting scoped packages is a pretty egregious blocker...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1581 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA1rR5QDO9yLPnpUKP1XoSiP18gEO80Iks5rUoFbgaJpZM4Kl6mA>
.
|
Problem still seems to be occurring for me. Edit: Weird. It was actually using the wrong configuration file, an Edit: Nope, this was my bad. I had a rogue |
i am experiencing this on i am authenticated on npm, i have error An unexpected error occurred: "https://registry.yarnpkg.com/@glimmer%2fcomponent: Could not authenticate chee". (works when |
I'm getting this too on I have 2 npm accounts. One is an old one that I had and since transferred a lot of modules to new account. Now, I'm using |
I am able to fix my problem. @adriancooney and @chee comment above gave me some hint. It seems like |
@ming-codes Thanks, this fixes my "User not found" problem with babel scoped packages |
Do you want to request a feature or report a bug?
I want to report a bug
What is the current behavior?
When I try to run
yarn install
oryarn upgrade
commands and mypackages.json
include some scoped packaged I got an error like this:I'm correctly logged with npm:
I also tried to use the
login
command of yarn and tried to clear its cache without success.If the current behavior is a bug, please provide the steps to reproduce.
Add some scoped package like
@kadira/storybook
to package.json and try to install.What is the expected behavior?
Scoped packages should be installed without errors.
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: