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 supported Java and Node versions #23933

Closed
mraible opened this issue Oct 20, 2023 · 2 comments · Fixed by #23975
Closed

Add supported Java and Node versions #23933

mraible opened this issue Oct 20, 2023 · 2 comments · Fixed by #23975

Comments

@mraible
Copy link
Contributor

mraible commented Oct 20, 2023

I spoke with someone that tried JHipster recently at the NY Java SIG last night. They said they struggled for hours because they were using the wrong version of Node.

They requested we add documentation about which version of Java and Node we support. Even better, I think we should add something that errors out if the Node version isn't supported, like we do with the Maven Enforcer plugin.

@mshima
Copy link
Member

mshima commented Oct 20, 2023

The problem is old versions.
We check for compatibility.

% n 16
     copying : node/16.20.2
   installed : v16.20.2
% jhipster
jhipster
FATAL! You are running Node version 16.20.2
JHipster requires Node version ^18.13.0 || >= 20.6.1
Please update your version of Node.

@mraible
Copy link
Contributor Author

mraible commented Oct 20, 2023

We check for compatibility.

Nice! Maybe we should just add a table of supported versions in the README?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants