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
Or install node 14 using the node version manager(nvm) tool with engine-strict=true.
npm install will fail with:
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for yaml@2.3.0: wanted: {"node":">= 14","npm":">= 7"} (current: {"node":"14.20.0","npm":"6.14.17"})
npm ERR! notsup Not compatible with your version of node/npm: yaml@2.3.0
npm ERR! notsup Not compatible with your version of node/npm: yaml@2.3.0
npm ERR! notsup Required: {"node":">= 14","npm":">= 7"}
npm ERR! notsup Actual: {"npm":"6.14.17","node":"14.20.0"}
Expected behavior
npm >= 6.14, not npm >= 7
Versions:
Environment: Node.js 14.20.0
yaml: 2.3.0
The text was updated successfully, but these errors were encountered:
Describe the bug
In this change
npm engine >=7 create an issue where npm >=6.14 <7.
To Reproduce
engine-strict=true
.https://nodejs.org/en/download/releases
nvm
) tool withengine-strict=true
.npm install
will fail with:Expected behavior
npm >= 6.14, not npm >= 7
Versions:
yaml
: 2.3.0The text was updated successfully, but these errors were encountered: