-
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 fails to install public scoped packages #1260
Comments
Thanks for yarn, this tool is very promising ! |
Are you using any private registry, http/https proxy or something similar? I've just successfully installed this package.
|
@jsynowiec I'm indeed accessing npm through my company's npm proxy. I'll disable it and recheck. |
@jsynowiec confirmed: removing the npm proxy solves the error. I'll report it to the proxy maker. Sorry for the trouble. |
vbfox
added a commit
to vbfox/yarn
that referenced
this issue
Oct 21, 2016
It create problems with some servers like ProGet when used as a nuget cache. It's most likely the source of yarnpkg#825 and yarnpkg#1260
vbfox
added a commit
to vbfox/yarn
that referenced
this issue
Oct 22, 2016
It create problems with some servers like ProGet when used as a nuget cache. It's most likely the source of yarnpkg#825 and yarnpkg#1260
vbfox
added a commit
to vbfox/yarn
that referenced
this issue
Oct 24, 2016
It create problems with some servers like ProGet when used as a nuget cache. It's most likely the source of yarnpkg#825 and yarnpkg#1260
sebmck
pushed a commit
that referenced
this issue
Oct 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related but not exactly the same as #825, and most likely related to #991, #1234
Do you want to request a feature or report a bug?
feature
What is the current behavior?
Trying to install a free, scoped package
However, this fine module is public and available on npm https://www.npmjs.com/package/@offirmo/cli-toolbox
What is the expected behavior?
It should find the module in the npm registry and install it
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: