Skip to content
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

Warning: Possible EventEmitter memory leak detected. #18

Open
FDiskas opened this issue Oct 1, 2016 · 4 comments
Open

Warning: Possible EventEmitter memory leak detected. #18

FDiskas opened this issue Oct 1, 2016 · 4 comments

Comments

@FDiskas
Copy link

FDiskas commented Oct 1, 2016

(node:9396) Warning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to
increase limit
@chrisvfritz
Copy link
Contributor

This is probably an issue with one of our dependencies. Since it's just a warning and not a failing error, it's not extremely high priority for us, but if someone wants to investigate and shed some light on where the warning is originating, that'd be welcome.

@FDiskas
Copy link
Author

FDiskas commented Oct 1, 2016

So please use npm shrinkwrap to orevent this

@chrisvfritz
Copy link
Contributor

Unfortunately, this bug could just as easily be caused by a library not having been updated for a new version of Node yet, so npm shrinkwrap would do nothing in that case - and worse, even prevent an update to fix the issue once a patch had been released.

@zigomir
Copy link
Contributor

zigomir commented Nov 2, 2016

@FDiskas how can I reproduce this? What version of node do you use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants