Skip to content
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

Github-based yarn install fails #4042

Open
davidhao3300 opened this issue Jul 27, 2017 · 3 comments
Open

Github-based yarn install fails #4042

davidhao3300 opened this issue Jul 27, 2017 · 3 comments

Comments

@davidhao3300
Copy link

Do you want to request a feature or report a bug?
Bug

What is the current behavior?
Given the following package.json:

{
  "devDependencies": {
    "ember-cli-eslint": "ember-cli/ember-cli-eslint.git#5ee899a7a7a7e9822d364bc65735fe9da255dce4"
  }
}

I get the following error: error An unexpected error occurred: "https://codeload.github.com/ember-cli/ember-cli-eslint/tar.gz/5ee899a7a7a7e9822d364bc65735fe9da255dce4: Request failed \"404 Not Found\"".
npm install installs fine as expected.

If the current behavior is a bug, please provide the steps to reproduce.

I don't have a public repo to reproduce, but the above package.json fragment is sufficient to reproduce.
Also, I have confirmed that an older version of yarn (0.23.4) succesfully installs.

What is the expected behavior?
Should succesfully install

Please mention your node.js, yarn and operating system version.
node: 6.11.0
yarn: 0.27.5
OS: Mac OS X Yosemite 10.10.5

@hegjon
Copy link

hegjon commented Jul 31, 2017

I get the same error on 0.27.5, version 0.24.5 works fine

@hegjon
Copy link

hegjon commented Jul 31, 2017

Seems to have been fixed in nightly build 0.28.0-20170728.2359

@GeoffreyPlitt
Copy link

Seeing this intermittently in yarn 1.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants