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?
my project runs on
"@angular/core": "^4.0.0"
so attempt to install phantomjs launcher withnpm install --save-dev karma-phantomjs-launcher
returnsUNMET 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?