nikku / karma-browserify

A fast Browserify integration for Karma that handles large projects with ease
MIT License
321 stars 50 forks source link

Install issues due to browserify peerDependecy condition #216

Closed kunagpal closed 6 years ago

kunagpal commented 6 years ago

browserify 15.0.0 has been released, which is resulting in installation issues with karma-browserify v5.1.2 due to the peerDependency condition of:

  "peerDependencies": {
    "karma": ">=0.10.0",
    "browserify": ">=10 <15",
    "watchify": ">=3 <4"
  }

Node version: v4.8.7 npm version: v2.15.11

bendrucker commented 6 years ago

Next time please submit a PR, it'll save time for both you and the project maintainers