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 check fails due to wrong dependency version #111

Open
ThomasVuillaume opened this issue Jul 12, 2017 · 2 comments
Open

Yarn check fails due to wrong dependency version #111

ThomasVuillaume opened this issue Jul 12, 2017 · 2 comments

Comments

@ThomasVuillaume
Copy link

Hello,

I have strong-globalize as a dependency in my current project. Some error is raised by yarn (during Yarn Check command):

"strong-globalize#optional" is wrong version: expected "0.1.3", got "v0.1.3"

I check, and the correct version for "optional" is really v0.1.3 not 0.1.3 which is not semver but ok...

You could update to use version 0.1.4 which has been released on this purpose (removing the v)

Cheers

@bajtos
Copy link
Member

bajtos commented Oct 2, 2017

Hello @ThomasVuillaume, thank you for reporting the issue. Is it still relevant?

TBH, I am quite confused about this problem - right now, our package.json uses ^0.1.3, see

"optional": "^0.1.3",

Can we close this issue as resolved then?

@ThomasVuillaume
Copy link
Author

Hello,

Last time I used a Yarn check on my project I had the issue. I'll check this again and come back to you.

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