ISSUE
Hello,
I am facing a problem to deploy the frontend part of my app. Apparently there are lots of warnings about my env variables, but I’m not sure it is linked to the error at the end of the deployment log.
Could you help me with that ?
The warnings should not be a blocker in the build process.
I checked your application logs and I found this error:
96.66 error marked@13.0.3: The engine "node" is incompatible with this module. Expected version ">= 18". Got "16.20.2"
96.68 error Found incompatible module.
Can this be the problem you are facing?
Please let me know if you need more help on this topic.
Thank you for this information. Do you know where I can get more details about the node module which causes this ? Or give it to me if you can access to it on your side ?
It would be helpful for us to resolve the issue.
Thank you, we’ve analysed it and we think it might be because of the node version that has to be updated.
Do you know how we could update it on the server side ? It is not linked to our package.json.
Could I have an answer for this ticket ? It still blocks us for deploying our app in the production environment.
We would like to know how we can update the node version on the server side, have you an insight for this ?
After having changed our package manager in the frontend side (moved from yarn to npm) it works well. Compatibility problem between this one and the package apparently.