-
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 gets 404 for package tar.gz but file exists #4119
Comments
Should that be |
Yes, it should have been. The issue seem isolated to Bash on Ubuntu on Windows as running the command in other environments works fine. I'm gonna try it when I get home to see if it's the office proxy. |
Do you have |
I have this same problem, for a file that totally exists and I can manually download using curl, for example: I am also using yarn 0.27.5 and cannot upgrade because of bug #4451 |
See also #4042 |
What is the current behavior?
Yarn errors out during install with an
HTTP 404
for the url: https://codeload.github.com/PolymerElements/test-fixture/tar.gz/26118ef0467501c33c02316e7016a2837baba10fIf the current behavior is a bug, please provide the steps to reproduce.
yarn add web-component-tester@<6.0.0
What is the expected behavior?
Yarn correctly resolves the URL
Please mention your node.js, yarn and operating system version.
The text was updated successfully, but these errors were encountered: