-
Notifications
You must be signed in to change notification settings - Fork 30
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
Could not find any modules. Did you remember to set 'preprocessors' in your Karma config? #51
Comments
Did you set the |
Yes I did,
Reading up on the other issues, it seems it has to do with dependencies on modules in the node_modules folder. |
Any updates @hrietman ? |
@brandonros This is almost a year ago; I since moved on with Angular-cli to setup projects; however here is my current karma configuration, maybe it helps you further: ` module.exports = function (config) { |
Followed the configuration in the read me but I am getting the following error:
I also tried setting the commonjs Preprocessor option but did not help.
Part of the config:
Any idea's?
The text was updated successfully, but these errors were encountered: