strapi / nextjs-corporate-starter

Strapi Demo application for Corporate Websites using Next.js
MIT License
1.08k stars 338 forks source link

node version problem #84

Closed kadirkatirci closed 1 year ago

kadirkatirci commented 1 year ago

i got this error when i run "yarn setup" for one of the module

if i use "--ignore-engines" it is okay but this time gives error for backend build

The engine "node" is incompatible with this module. Expected version ">=14.19.1 <=18.x.x". Got "20.4.0".

paulnotfromstrapi commented 1 year ago

@kadirkatirci currently the starter supports node 18. If you are using NVM, install node 18 and try again.

kadirkatirci commented 1 year ago

Thank you

meotimdihia commented 7 months ago

we should support node 20

PaulBratslavsky commented 7 months ago

@meotimdihia thank you for the comment. I will add it to the todo to update the project to support node 20