Я конвертирую библиотеку ( ng-app-state ), чтобы использовать угловой cli, теперь, когда v6 поддерживает библиотеки (ууу!).
При попытке запустить определенные команды CLI происходит сбой с такой ошибкой:
$ ng test --source-map ng-app-state
Architect commands with multiple targets cannot specify overrides.'test' would be run on the following projects: ng-app-state-monorepo,ng-app-state
Error: Architect commands with multiple targets cannot specify overrides.'test' would be run on the following projects: ng-app-state-monorepo,ng-app-state
at TestCommand.validate (S:\Programming\git repositories\ng-app-state-monorepo\node_modules\@angular\cli\models\architect-command.js:91:23)