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
If --engine-strict is used, npm install fails with:
npm error code EBADENGINE
npm error engine Unsupported engine
npm error engine Not compatible with your version of node/npm: [email protected]
npm error notsup Not compatible with your version of node/npm: [email protected]
npm error notsup Required: {"node":"^18.18.0 || ^20.9.0 || ^22.0.0"}
npm error notsup Actual: {"npm":"10.9.0","node":"v23.1.0"}
If --engine-strict is not used, a warning is printed instead, but npm install does not fail.
The text was updated successfully, but these errors were encountered:
If
--engine-strict
is used,npm install
fails with:If
--engine-strict
is not used, a warning is printed instead, but npm install does not fail.The text was updated successfully, but these errors were encountered: