karma-runner / karma-phantomjs-launcher

A Karma plugin. Launcher for PhantomJS.
MIT License
281 stars 121 forks source link

Angular 4 support #201

Open slav-pilus opened 7 years ago

slav-pilus commented 7 years ago

my project runs on "@angular/core": "^4.0.0" so attempt to install phantomjs launcher with npm install --save-dev karma-phantomjs-launcher returns UNMET PEER DEPENDENCY angular2@~2.0.0-beta.12

is there a way of installing the launcher in Angular 4 or are you planning to ad Angular 4 support in the nearest future?

sateffen commented 7 years ago

karma-phantomjs-launcher doesn't have any dependencies on angular2. You can check the package.json for such a dependency, but it doesn't exist.

So it's not a problem with karma-phantomjs-launcher.