EmaSuriano / gatsby-starter-mate

An accessible and fast portfolio starter for Gatsby integrated with Contentful CMS
https://gatsby-starter-mate.netlify.app
BSD Zero Clause License
544 stars 164 forks source link

fix: bump node #920

Closed rythm-of-the-red-man closed 9 months ago

rythm-of-the-red-man commented 9 months ago

Node 14 is referenced in .nvmrcwhich causes netlify deploymet to fail if NODE_VERSION is not set to 14. I successfully deployed it with node 18 so it might be a good idea to bump it.

Traceback:


4:43:07 PM: Installing npm packages using Yarn version 1.22.19
4:43:08 PM: yarn install v1.22.19
4:43:08 PM: [1/4] Resolving packages...
4:43:08 PM: [2/4] Fetching packages...
4:43:32 PM: Failed during stage "Install dependencies": dependency_installation script returned non-zero exit code: 1
4:43:32 PM: error contentful-import@9.4.5: The engine "node" is incompatible with this module. Expected version ">=18". Got "14.21.3"
4:43:32 PM: error Found incompatible module.
EmaSuriano commented 9 months ago

Version is already 18 :)