-
Notifications
You must be signed in to change notification settings - Fork 16
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
ECONNRESET when loading test files #18
Comments
Hi, @abejfehr. Thanks for reporting the issue! Can you provide me with a minimal example that illustrates the problem and allows me to reproduce it? |
That's going to be super challenging I think. My guess is that it's caused by the sheer volume of JS files, since it loads hundreds of them just fine, but then fails later on in the process. I'll see if I can reproduce it at a smaller scale and update this post later |
I'm also getting this with a project that loads hundreds of files. |
Perhaps the architecture changes mentioned here also apply to this issue? localvoid/karma-snapshot#5 |
I'm also getting this. |
I have no idea what's going on, but the test runner seems to have trouble loading my files:
Here is just one example of many failures that look similar:
Node version: 8.2.1
NPM version: 5.4.2
The text was updated successfully, but these errors were encountered: