You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install @wordpress/create-block (at least) requires node 20 but the .nvmrc file defines 18.
Now using node v18.20.3 (npm v10.7.0)
npm error code EBADENGINE
npm error engine Unsupported engine
npm error engine Not compatible with your version of node/npm: @wordpress/[email protected]
npm error notsup Not compatible with your version of node/npm: @wordpress/[email protected]
npm error notsup Required: {"npm":">=10.2.3","node":">=20.10.0"}
npm error notsup Actual: {"npm":"10.7.0","node":"v18.20.3"}
Modifying .nvmrc to spec node 20 allows the install to complete but I don't know if it causes any other issues. Additionally, the README says node 16 or greater is required.
Steps to Reproduce
Have the latest release of WP Scaffold
Use nvm install/use
run npm install
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to install @wordpress/create-block (at least) requires node 20 but the .nvmrc file defines 18.
Modifying .nvmrc to spec node 20 allows the install to complete but I don't know if it causes any other issues. Additionally, the README says node 16 or greater is required.
Steps to Reproduce
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: