Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

package is overly restrictive about installation environment #13

Closed
sam-github opened this issue Jul 24, 2015 · 2 comments
Closed

package is overly restrictive about installation environment #13

sam-github opened this issue Jul 24, 2015 · 2 comments

Comments

@sam-github
Copy link

https://github.com/karma-runner/karma-cli/blob/master/package.json#L45-L51

karma is perfectly suited to be used as a dev-dependency for unit testing, but preferring global causes npm installs to warn.

karma works fine on stable node versions, not just the legacy 0.8/0.10, despite the npm warning about engine unsupported, I suggest removing the engine spec, or at least allowing >= 0.8.

@matanox
Copy link

matanox commented Sep 22, 2015

I second this. What about node version 4? doesn't karma-cli's own test suite cater for a quick verification of that version as well?

@dignifiedquire
Copy link
Member

Yes this should be updated to the same versions as karma itself supports

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants