-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit. #6251
Comments
#6247 maybe same error? |
to fix it: require('events').EventEmitter.defaultMaxListeners = Infinity; |
@AysadKozanoglu : Could you be more specific? I'm seeing this on a new machine / new install while running |
I am also seeing this error with 6.6 version of node when doing npm install. |
I see this on my Galaxy logs. Using Meteor 1.5.1. |
seeing this on METEOR@1.7.0.5 |
I had this error once. I solved it by placing the code in a separate Fiber like so:
I can't recall how I came up with the solution, but it worked for me. |
No idea what this means. After 50 reloads this will appear in console log.
The text was updated successfully, but these errors were encountered: