We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
^0.1.3
strong-globalize/package.json
Line 57 in 515f6ab
Can we close this issue as resolved then?
Sorry, something went wrong.
Last time I used a Yarn check on my project I had the issue. I'll check this again and come back to you.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: