rm-emoji-picker icon indicating copy to clipboard operation
rm-emoji-picker copied to clipboard

Package fails `yarn check`

Open marcrohloff opened this issue 5 years ago • 2 comments

In a new directory:

$ yarn add rm-emoji-picker
<success>
$ yarn check
error "rm-emoji-picker" is wrong version: expected "0.4.0", got null

Changing the version number in the package.json from 0.4.01 to 0.4.1 fixes this issue.

marcrohloff avatar Jul 08 '19 20:07 marcrohloff

@marcrohloff Thanks for finding this issue. Care to submit a PR?

RobertMenke avatar Jul 09 '19 01:07 RobertMenke

It seems a bit pointless to create a PR since you would have to update that line to create a new release.

Also, fwiw, I submitted an issue to the yarn repo. IMO, this shouldn't make yarn fail

marcrohloff avatar Jul 09 '19 01:07 marcrohloff