-
Hello, I updated Quercus Group Website from v3 to v4 and got immediately failed builds on netlify where I host the page. The error message that I get on netlify is that "Gatsby requires Node.js 14.15.0 or higher (you have v12.18.0).", which is confusing because I am on version 14.15.4. I tried on gatsby cloud, and got a failed build there due to some dependency issues. I managed to resolve those and the page build succeeded on gatsby cloud. But still not on netlify. Any ideas what I can do? Thank you, P.S. I apologize for these beginner questions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi!
Your local Node version (on your computer) is 14.15.4. Netlify runs the build a some Docker image that uses Node 12.18.0. You'll need to set this to >= 14.15.0. See https://docs.netlify.com/configure-builds/manage-dependencies/#node-js-and-javascript |
Beta Was this translation helpful? Give feedback.
Hi!
Your local Node version (on your computer) is 14.15.4. Netlify runs the build a some Docker image that uses Node 12.18.0. You'll need to set this to >= 14.15.0. See https://docs.netlify.com/configure-builds/manage-dependencies/#node-js-and-javascript