Issue with Node and Deploys

Hi,

I’m encountering an error during deployment to Render where a module is complaining about a Node.js version mismatch. The error message is:

The engine "node" is incompatible with this module. Expected version "20.15.0". Got "20.17.0".

Locally, I’m using Node.js 20.15.0, and my app runs fine. However, when deploying to Render, the environment seems to be using Node.js 20.17.0, and I get the above error.

Hey,

You can control the Node version deployed on your Render server, see https://docs.render.com/node-version

Jérémy.
Render Support, UTC+3

Thanks for the quick response.

We did try setting node version, nvmrc, and a corresponding environment variable, but still got the same error.

We ended up bumping node to 20.17.0 after getting past some blockers that circleCI was putting up.

Maybe there is something else wrong with our configuration but it wasn’t ever clear why we needed to move up to 20.17.0

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.