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

Error with engines using "||" OR separator for Node versions #315

Open
niftylettuce opened this issue Jan 7, 2022 · 1 comment
Open

Comments

@niftylettuce
Copy link

Node docs allow you to use || in dependencies, and in our case here, engines field in package.json.

If you have a semver range such as >=8 <=12 || >= 14 it should exclude 13 and either you need Node v8 to 12 or Node v14+.

https://docs.npmjs.com/cli/v8/configuring-npm/package-json#dependencies

This project does not support the use of || at the moment.

@niftylettuce
Copy link
Author

Related #212

niftylettuce added a commit to ladjs/superagent that referenced this issue Jan 7, 2022
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

1 participant