ecommerce
ecommerce copied to clipboard
Deployment issue - error [email protected]: The engine "node" is incompatible with this module.
Hello there! I got issues trying to deploy the app with PayLoad. I hace the latest version of node installed but when I deploy the app I get this:
[2023-12-27T12:50:50] ╭──────────── app build ───────────╼ [2023-12-27T12:50:50] │ ---> Node.js Buildpack [2023-12-27T12:50:50] │ ---> Installing toolbox [2023-12-27T12:50:50] │ ---> Getting Node version [2023-12-27T12:50:50] │ ---> Resolving Node version [2023-12-27T12:50:51] │ ---> Reusing Node v16.20.2
and then
[2023-12-27T12:52:44] │ error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.17.0". Got "16.20.2" [2023-12-27T12:52:44] │ error Found incompatible module.
If I understood correctly, the deplyment uses an older version of Node that is not compatible with next. Any idea how to solve the issue? Thanks in advance!