You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by sanyaade-teachings August 8, 2024
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
The text was updated successfully, but these errors were encountered:
Discussed in #12547
Originally posted by sanyaade-teachings August 8, 2024
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
The text was updated successfully, but these errors were encountered: