We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@strapi/blocks-react-renderer
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 }
use node 22.11.0 and run npm install on either strapi 4 or 5
no warning for supported LTS's
The text was updated successfully, but these errors were encountered:
Issue is here: https://github.com/strapi/pack-up/blob/main/package.json#L116
Sorry, something went wrong.
No branches or pull requests
What version of
@strapi/blocks-react-renderer
are you using?What's Wrong?
get a warning on npm install on the latest node lts
in both pack-up 4 and 5
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
The text was updated successfully, but these errors were encountered: