-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Karma does not install in node v7 as --save-dev #2559
Karma does not install in node v7 as --save-dev #2559
Comments
By myself I found out the answer :). Because LTS https://github.com/nodejs/LTS. It can close if you want. |
How did you solve this issue? @pedrotcaraujo |
I just downgrade my node to LTS version 6 =/ |
We just need to add |
@dignifiedquire will this change considered? Since that node v7 is not a LTS yet. |
@pedrotcaraujo that's fine, we still want to support it |
Expected behaviour
Would like to install Karma in Node v7
Actual behaviour
NPM engines disable to install karma with node v7 in my project, but global it works.
Environment Details
karma --version
): Karma version: 1.4.1Steps to reproduce the behaviour
npm ERR! notsup Unsupported engine for [email protected]: wanted: {"node":"0.10 || 0.12 || 4 || 5 || 6"} (current: {"node":"7.1.0","npm":"3.10.9"})
I would like to know if we need to update the version support, since it allow to install as global and works.
The text was updated successfully, but these errors were encountered: