make docker-whl (build error: incompatible engine node version) #12547
Replies: 3 comments 2 replies
-
I'm not positive this is the issue but I believe the line So some ideas for how to resolve this:
|
Beta Was this translation helpful? Give feedback.
-
I think the main issue here is that we don't use the |
Beta Was this translation helpful? Give feedback.
-
Closing as it seems resolved as far as I can say |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone,
I started to work around kolibri docker build tools. I was able to build the base image, the demoserver built but failed due to missing pex file which I could build with docker-whl I got the following error while running the make docker-whl :
The above error is due to the fact that the build expected [ engine "node" is incompatible with this module. Expected version "18.x". Got "12.22.9" ] .
I went through both the docker/build-whl.dockerfile [setup for nodejs 18.19.0];
package.json also has it setup for 18.19.0
I could not find the configuration file that sets it for nodejs 12.22.9 ( this is my black box as I am studying and navigating kolibri ).
I will be grate for any help, pointer or direction. Many thanks!
Hear from you all soon.
God blesses!!!
Regards
Beta Was this translation helpful? Give feedback.
All reactions