-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
TypeError: Cannot read property 'isValidUTF8' of undefined #2777
Closed
Comments
kevinsalter
added a commit
to kevinsalter/karma
that referenced
this issue
Aug 24, 2017
johnjbarton
added a commit
that referenced
this issue
Nov 15, 2017
This is a duplicate of @kevinsalter PR #2821. His PR fails on appveyor and we can't figure out how to change the repo config to fix the build there or how to retry that build. So let's just try from scratch. Fixes issue #2777
johnjbarton
added a commit
to johnjbarton/karma
that referenced
this issue
Nov 15, 2017
This is a duplicate of @kevinsalter PR karma-runner#2821. I am re-sending after appveyor fixup. (We don't seem to have the ability to retry appveyor builds). Fixes karma-runner#2777
could this be pushed to version 1 as well? |
Maintaining two independent release tracks would drain energy from the mainline. Is there some reason you can't use 2.x? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
The test runner runs successfully.
Actual behaviour
An error is thrown when running
karma start karma.conf.js --single-run
in an Angular 2.4.7 project.Environment Details
Here are all packages in
package.json
of the projectkarma.config.js
Steps to reproduce the behaviour
karma start karma.conf.js --single-run
The text was updated successfully, but these errors were encountered: