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

Surprisingly strict node requirement in engines in package.json #1329

Open
plumdog opened this issue Nov 1, 2022 · 0 comments
Open

Surprisingly strict node requirement in engines in package.json #1329

plumdog opened this issue Nov 1, 2022 · 0 comments

Comments

@plumdog
Copy link

plumdog commented Nov 1, 2022

https://github.com/aws/constructs/blob/10.x/package.json says:

"engines": {
  "node": ">= 14.17.0"
},

Does constructs actually need >= 14.17.0, or will older versions work? Could it be relaxed to just >= 14, or are there known issues with older node versions?

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