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:
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.
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: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 installedv20.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