mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
5 lines
226 B
JavaScript
5 lines
226 B
JavaScript
throw new Error(
|
|
'In Angular CLI >6.0 the Karma plugin is now exported by "@angular-devkit/build-angular" instead.\n'
|
|
+ 'Please replace "@angular/cli" with "@angular-devkit/build-angular" in your "karma.conf.js" file.'
|
|
);
|