-
Notifications
You must be signed in to change notification settings - Fork 357
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
emitter.setMaxListeners() #354
Comments
Sounds good to me. |
Closed
if (process.setMaxListeners) { |
was searching for this as Smeagol was searching for his precious. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just thought I'd drop this here since it took me FOREVER to figure this out.
If you're getting these errors:
just set the
maxListeners
option in your watch config to something large. Like this:Hope this helps.
The text was updated successfully, but these errors were encountered: