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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for latest Node LTS (20) #181

Open
JakobLierman opened this issue Nov 17, 2023 · 6 comments
Open

Support for latest Node LTS (20) #181

JakobLierman opened this issue Nov 17, 2023 · 6 comments

Comments

@JakobLierman
Copy link

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:

  1. Use Node 20.
  2. Try to install this package.

Expected behavior
Installation succeeds.

Desktop (please complete the following information):

  • OS: macOS 14.0
  • Browser n/a
  • Version n/a

Additional context

  • Node: 20.9.0
  • Yarn: 1.22.19
@galago
Copy link

galago commented Dec 7, 2023

Any plan to fix the plugin or is it abandoned?

@rishi0428
Copy link

Hey, Facing the same issue. Is there any update on it?

@JakobLierman
Copy link
Author

@Lith is this package abandoned?
If so, make sure to archive it, so people know they should not use this anymore.

@julesrenaud
Copy link

@Lith is this package abandoned? If so, make sure to archive it, so people know they should not use this anymore.

@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

@JakobLierman
Copy link
Author

@Lith is this package abandoned? If so, make sure to archive it, so people know they should not use this anymore.

@JakobLierman it still works, even with node v20. The incompatibility error is a warning, in fact it works as it should. classic.yarnpkg.com/lang/en/docs/cli/install/#toc-yarn-install-ignore-engines

Agreed, but warnings are there for a reason.
yarn install now never shows the same warning for other packages (that might break my code).

Since it doesn't break anything, I can't imagine that the changes to this repo will be very time consuming.

@julesrenaud
Copy link

@JakobLierman as far as I understand there's very little to do, we would just need for someone else to takeover the repo

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

4 participants