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 Node 22? #22

Open
broksonic21 opened this issue Nov 1, 2024 · 1 comment
Open

Support for Node 22? #22

broksonic21 opened this issue Nov 1, 2024 · 1 comment
Labels
issue: bug Issue reporting a bug

Comments

@broksonic21
Copy link

What version of @strapi/blocks-react-renderer are you using?

  • Node 22.11.0
  • Npm 10.9.0

What's Wrong?

get a warning on npm install on the latest node lts

in both pack-up 4 and 5

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@strapi/[email protected]',
npm warn EBADENGINE   required: { node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0' },
npm warn EBADENGINE   current: { node: 'v22.11.0', npm: '10.9.0' }
npm warn EBADENGINE }
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: '@strapi/[email protected]',
npm warn EBADENGINE   required: { node: '>=18.0.0 <=20.x.x', npm: '>=6.0.0' },
npm warn EBADENGINE   current: { node: 'v22.11.0', npm: '10.9.0' }
npm warn EBADENGINE }

To Reproduce

use node 22.11.0 and run npm install on either strapi 4 or 5

Expected Behaviour

no warning for supported LTS's

@broksonic21 broksonic21 added the issue: bug Issue reporting a bug label Nov 1, 2024
@broksonic21
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Issue reporting a bug
Projects
None yet
Development

No branches or pull requests

1 participant