Replies: 7 comments
-
I'm not sure for Node, but for JDK I would stick to 11, as it's the current LTS version |
Beta Was this translation helpful? Give feedback.
-
The baseline for the java applications should be (open) JDK11 |
Beta Was this translation helpful? Give feedback.
-
For Node I don't see a reason to not update to the latest LTS |
Beta Was this translation helpful? Give feedback.
-
I disagree. We have to fulllfill the prerequisites for Theia. According https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites the version should be |
Beta Was this translation helpful? Give feedback.
-
It seems the incompatibility with Node 12 has been fixed now |
Beta Was this translation helpful? Give feedback.
-
But to be safe, staying within Theia's recommended version and LTS seems the way to go :) |
Beta Was this translation helpful? Give feedback.
-
Are there any benefits of using Node 12? Otherwise I would stick with Node 10 (as long as Theia is using it) to minimize potential build issues. |
Beta Was this translation helpful? Give feedback.
-
I am currently preparing a docker build for both java-application and node-frontend.
I was wondering, why the Readme.md states that version 8 should be used for node? LTS is currently at 12.13.1 - is there a specific reason for this?
Also regarding the java application I have not found any documentation on a specific openjdk version (I assume we use openjdk?) Are there any preferences or should I just use openjdk 13?
original thread by Jonas Ebel
Beta Was this translation helpful? Give feedback.
All reactions