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
Hi all, I use npm config set engine-strict true, when I try to run npm install I catch next error:
npm config set engine-strict true
npm ERR! code ENOTSUP npm ERR! notsup Unsupported engine for karma@1.7.1: wanted: {"node":"0.10 || 0.12 || 4 || 5 || 6 || 7 || 8"} (current: {"node":"9.2.0","npm":"5.5.1"}) npm ERR! notsup Not compatible with your version of node/npm: karma@1.7.1 npm ERR! notsup Not compatible with your version of node/npm: karma@1.7.1 npm ERR! notsup Required: {"node":"0.10 || 0.12 || 4 || 5 || 6 || 7 || 8"} npm ERR! notsup Actual: {"npm":"5.5.1","node":"9.2.0"}
npm install will be ok
Crashed with error
OS X high sierra, node 9.2.0 npm 5.5.1
karma --version
"engines": { "node": "9.2.0", "npm": "5.5.1" }, "scripts": { "preinstall": "npm config set engine-strict true" },
npm install
The text was updated successfully, but these errors were encountered:
The source is already upgraded, so this will be fixed in the next release.
Sorry, something went wrong.
@johnjbarton great, thanks!
I am facing this issue for node v14.21.3 and npm v6.14.18
No branches or pull requests
Hi all, I use
npm config set engine-strict true
, when I try to run npm install I catch next error:Expected behaviour
npm install will be ok
Actual behaviour
Crashed with error
Environment Details
OS X high sierra, node 9.2.0 npm 5.5.1
karma --version
): 1.7.1Steps to reproduce the behaviour
npm install
The text was updated successfully, but these errors were encountered: