strapi / foodadvisor

🥘 THE Strapi demo application
MIT License
1.08k stars 437 forks source link

NodeJS 16 is EOL #132

Open irclausen opened 11 months ago

irclausen commented 11 months ago

I just checked this out to try and run it with yarn && yarn seed && yarn develop and got the following error:

[3/5] 🚚  Fetching packages...
error strapi-plugin-populate-deep@1.1.2: The engine "node" is incompatible with this module. Expected version ">=12.x.x <=16.x.x". Got "18.17.1"
error Found incompatible module.

Node 16 had end of life last week, is there a possibility of updating this example to work with the new LTS (18)?

asharma991 commented 11 months ago

I think you'll have to downgrade for now. Try to use nvm if you want to have multiple node versions on your machine. strapi-plugin-populate-deep is updated to node 18 but other dependencies are still not updated like strapi-plugin-todo (https://github.com/remidej/strapi-plugin-todo/pull/5).