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

fix: use || to separate semver ranges #857

Closed
wants to merge 1 commit into from

Conversation

sodatea
Copy link

@sodatea sodatea commented Oct 19, 2020

See https://docs.npmjs.com/misc/semver#ranges
Comma is not a valid semver range separator.
The invalid range breaks yarn installations as yarn does strict engines check.

See https://docs.npmjs.com/misc/semver#ranges
Comma is not a valid semver range separator.
The invalid range breaks yarn installations as yarn [does strict `engines` check](yarnpkg/yarn#6627).
@sodatea
Copy link
Author

sodatea commented Oct 19, 2020

Closing as it's duplicate of #855
Also, ping @fabiosantoscode

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

Successfully merging this pull request may close these issues.

None yet

1 participant