eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.99k stars 1.19k forks source link

Node.js version for the Che-Code Dev image should be upgraded #23246

Closed RomanNikitenko closed 1 week ago

RomanNikitenko commented 1 week ago

Is your task related to a problem? Please describe

I faced the following error when I used Che-Code Dev image for the che-in-che development:

image

I think it's related to the Node.js version. Currently 20.12.2 version of Node.js is used in the Dev image. Actually, 20.16.0 is required, see https://github.com/che-incubator/che-code/blob/main/code/remote/.npmrc#L2 I was able to fix the problem when I installed v20.16.0 in the Dev image locally for my development.

Describe the solution you'd like

Upgrade Node.js version for the Che-Code Dev image to 20.16.0.

Describe alternatives you've considered

No response

Additional context

No response