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
Since updating wp-env, an npm install is triggering a warning of an incompatible engine:
npm install
$ npm i npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '@wordpress/[email protected]', npm WARN EBADENGINE required: { node: '>=18.12.0', npm: '>=8.19.2' }, npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '8.19.4' } npm WARN EBADENGINE }
This can be resolved by updating the nvmrc file to version 20.
nvmrc
nvm use
npm i
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Since updating wp-env, an
npm install
is triggering a warning of an incompatible engine:This can be resolved by updating the
nvmrc
file to version 20.Steps to Reproduce
nvm use
or equivalent to ensure the node version in use matches that defined in the config filenpm i
Screenshots, screen recording, code snippet
No response
Environment information
WordPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: