Skip to content

Yarn fails to install react-is@canary #7403

@bvaughn

Description

@bvaughn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions