Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in Angular 6+ #3

Open
ThorvaldAagaard opened this issue Aug 12, 2019 · 0 comments
Open

Not working in Angular 6+ #3

ThorvaldAagaard opened this issue Aug 12, 2019 · 0 comments

Comments

@ThorvaldAagaard
Copy link

Karma can no longer be executed outside angular, so I am getting this error:

Error: The '@angular-devkit/build-angular/plugins/karma' karma plugin is meant to be used from within Angular CLI and will not work correctly outside of it

after changing the location of Karma as required in newer versions of angular

Recommandations is to use a command like

ng test --karma-config karma.somestuff.conf.js

to run Karma, but I can't find any samples of how to do that from an express server like the one you have created for calling Karma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant