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

Add a warngin when unsupported node.js version is used #471

Closed
mStirner opened this issue May 31, 2024 · 0 comments
Closed

Add a warngin when unsupported node.js version is used #471

mStirner opened this issue May 31, 2024 · 0 comments

Comments

@mStirner
Copy link
Member

Due to some options/incompatibilities with older node versions e.g. #470 there should be a warning on startup.

There is already a node.js version specified in package.json which can be used to compare to:

backend/package.json

Lines 25 to 27 in 500f0b8

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

@mStirner mStirner added this to the v3.0.0 release milestone May 31, 2024
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