Would like to install Karma in Node v7
NPM engines disable to install karma with node v7 in my project, but global it works.
karma --version): Karma version: 1.4.1I would like to know if we need to update the version support, since it allow to install as global and works.
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 7 in the engine field in package.json and do a release with it. PRs welcome
@dignifiedquire will this change considered? Since that node v7 is not a LTS yet.
@pedrotcaraujo that's fine, we still want to support it
Most helpful comment
@pedrotcaraujo that's fine, we still want to support it