-
Notifications
You must be signed in to change notification settings - Fork 95
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for latest Node LTS (20) #181
Comments
Any plan to fix the plugin or is it abandoned? |
Hey, Facing the same issue. Is there any update on it? |
@Lith is this package abandoned? |
@JakobLierman it still works, even with node v20. The incompatibility error is a warning, in fact it works as it should. https://classic.yarnpkg.com/lang/en/docs/cli/install/#toc-yarn-install-ignore-engines |
Agreed, but warnings are there for a reason. Since it doesn't break anything, I can't imagine that the changes to this repo will be very time consuming. |
@JakobLierman as far as I understand there's very little to do, we would just need for someone else to takeover the repo |
Describe the bug
It is not possible to use Node 20 with this package.
error @strapi-community/[email protected]: The engine "node" is incompatible with this module. Expected version "^16 || ^18". Got "20.9.0"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Installation succeeds.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: