Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeJS 16 is EOL #132

Open
irclausen opened this issue Sep 19, 2023 · 1 comment
Open

NodeJS 16 is EOL #132

irclausen opened this issue Sep 19, 2023 · 1 comment

Comments

@irclausen
Copy link

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
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants