You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected]: 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)?
The text was updated successfully, but these errors were encountered:
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 (remidej/strapi-plugin-todo#5).
I just checked this out to try and run it with
yarn && yarn seed && yarn develop
and got the following error:Node 16 had end of life last week, is there a possibility of updating this example to work with the new LTS (18)?
The text was updated successfully, but these errors were encountered: