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

Yarn fails to install react-is@canary #7403

Open
bvaughn opened this issue Jul 15, 2019 · 2 comments
Open

Yarn fails to install react-is@canary #7403

bvaughn opened this issue Jul 15, 2019 · 2 comments

Comments

@bvaughn
Copy link

bvaughn commented Jul 15, 2019

Yarn version: 1.17.3

At the time of writing this issue, the canary version of the react-is NPM package is 0.0.0-424099da6.
Screen Shot 2019-07-15 at 8 47 04 AM

The yarn info command confirms this:

$ yarn info react-is                     
yarn info v1.16.0
{ name:
   'react-is',
  description:
   'Brand checking of React Elements.',
  'dist-tags':
   { latest:
      '16.8.6',
     next:
      '16.8.6',
     canary:
      '0.0.0-424099da6',
     // ...

Trying to yarn add react-is@canary or yarn add react-is@0.0.0-424099da6 fails though, and requires me to select a different version of the package:

? Please choose a version of "react-is" from this list: (Use arrow keys)
❯ 16.9.0-alpha.0 
  16.8.6 
  16.8.5 
  // Long list that does not include the actual canary version

It also causes my CI to fail.

I assume this means that some Yarn cache on a remote server is stale, but I'm pretty sure I don't have any way to reset this.

@bvaughn
Copy link
Author

bvaughn commented Jul 15, 2019

Note that sometime this afternoon, the cache problem seems to have gone away. Still pretty annoying though.

@arcanis
Copy link
Member

arcanis commented Jul 19, 2019

Fwiw we don't have a Yarn cache - queries to the Yarn hostname are directly forwarded (through a CNAME) to the npm registry.

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

2 participants