-
Notifications
You must be signed in to change notification settings - Fork 79
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
Error: Unable to find entry for [...] #45
Comments
I think this had a fair amount to do with the issues encountered when using sources contained in a source map. Could you try |
I am seeing the same issue in 0.6.4 via karma-remap-istanbul 0.2.1 |
I am having the same error when running the same thing.
|
Having this error as well
|
@bertofer If you are executing remap-istanbul through karma-remap-istanbul, you can disable the HTML reporting for karma-remap-istanbul and just execute remap-istanbul after Karma runs. This is what several people have done while this issue remains unresolved. I did this myself. I only have the issue when karma-remap-istanbul executes/uses remap-istanbul. This may turn out to be an issue with karma-remap-istanbul, or with the API that karma-remap-istanbul uses. |
I can confirm that this is not happening in v0.5.1 to me. I hope that this leads you to the problem :) |
I'm getting this error: |
Version 0.9.5 was working with Angular 4 and html report was generated. If I upgrade to Angular 5 and keep all the other packages same I get the same error. If I comment the html reporting line there is no error. Versions lower than 0.7.0 don't work with Angular 5 either. |
I'm trying to use the gulp plugin and it doesn't seem to work.
Throws this error:
However, from command line with everything else being the same, it works wonderfully:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: