-
-
Notifications
You must be signed in to change notification settings - Fork 106
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: DirectoryWatcher is not a constructor #118
Comments
I got same situation when I doing endpoint test through jest, but I got other error as detail : then I found this: TypeError: timer.unref is not a function which solves my problems. hope it helps |
+1 TypeError: DirectoryWatcher is not a constructor
` |
Same error here while using Jest and koa-webpack. |
I think we can close it, |
We have a repeating error appearing when running tests of our application (using jest, if it matters; using the project set up via https://github.com/react-boilerplate/react-boilerplate). Is this error caused by our (or react-boilerplate) misconfiguration somewhere, or it is a problem in watchpack itself?
The text was updated successfully, but these errors were encountered: