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
trying to deploy to render.com from github, getting
tried to deploy to render, got Jan 27 09:22:33 AM error @astrojs/[email protected]: The engine "node" is incompatible with this module. Expected version ">=16.12.0". Got "14.20.0"
There are 4 ways to customize this on Render detailed here:
A NODE_VERSION environment variable
A .node-version file
A .nvmrc file
An engines section in your package.json
I managed to repro your issue during a deploy on Render without specifying any version and confirmed that adding a .node-version version file at the root of the repo containing 16.12.0 fixes the issue.
What version of
astro
are you using?2.0.1
Are you using an SSR adapter? If so, which one?
render.com
What package manager are you using?
yarn
What operating system are you using?
linux
Describe the Bug
trying to deploy to render.com from github, getting
tried to deploy to render, got Jan 27 09:22:33 AM error @astrojs/[email protected]: The engine "node" is incompatible with this module. Expected version ">=16.12.0". Got "14.20.0"
Link to Minimal Reproducible Example
https://docs.astro.build/en/guides/deploy/render/#how-to-deploy
Participation
The text was updated successfully, but these errors were encountered: