Yarn: Github-based yarn install fails

Created on 27 Jul 2017  路  3Comments  路  Source: yarnpkg/yarn

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

Most helpful comment

Seems to have been fixed in nightly build 0.28.0-20170728.2359

All 3 comments

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

Seems to have been fixed in nightly build 0.28.0-20170728.2359

Seeing this intermittently in yarn 1.3.2

Was this page helpful?
0 / 5 - 0 ratings