Hi there! I’m a junior developer, and I just lost my first programming job because of COVID-19. I got the job six months ago, so it’s been about six months since I updated my Netlify + Gatsby website.
I’m getting this error during deploy and having a hard time finding answers via Google: "The engine “node” is incompatible with this module. Expected version “>=10.13.0”
I updated my version of node globally on my laptop, and node -v
in my local repository returns version 13.12.0. I also tried deleting my package-lock.json and reinstalling everything using yarn, but still no luck.
Here’s the link: https://app.netlify.com/sites/festive-goldberg-ce40fa/deploys/5e8f4ddcdcf385000622cdfd
Any pointers would be much appreciated. Thank you!