-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
JHipster does not recognize Node.js 18 as LTS #20349
Comments
Yes, we should fix this. I'll add a bug bounty. |
@DanielFran assigned to you. 😄 The logic looks ok: generator-jhipster/generators/base/generator-base-private.mjs Lines 511 to 515 in bb188e0
Just need a new release. |
Are we sure JHipster v7 works with Node 18? This issue suggests it does not. |
Following #20394:
Generation works and as long as |
That is issue #19627 |
With the node V18.15.2 I don't get the same error when I run it. |
With node v18.16.0 same error |
Are you working on this @DanielFran ? |
Seems like just a release was needed and this is not an issue anymore. |
closing as release v7.9.4 is being done |
Blueprints still doesn't work with nodejs v18 due to incorrect module exports on the JHipster side. Refer jhipster/generator-jhipster-svelte#1841 @deepu105 , can we reopen? |
JHipster has completed the sample check |
Changing the package.json exports for generator-jhipster will almost for sure be a breaking change. |
Overview of the issue
JHipster issues the following warning when used with Node.js 18: "WARNING! Your Node version is not LTS (Long Term Support), use it at your own risk! JHipster does not support non-LTS releases, so if you encounter a bug, please use a LTS version first."
Motivation for or Use Case
Reproduce the error
Run
jhipster
Related issues
Suggest a Fix
JHipster Version(s)
JHipster v7.9.3
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
macOS
The text was updated successfully, but these errors were encountered: