<!-- Thank you for reporting an issue. Please fill in as much of the template below as you're able. Version: output of `node -v` Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) Subsystem: if known, please specify affected core module name If possible, please provide code that demonstrates the problem, keeping it as simple and free of external dependencies as you are able. --> - **Version**: 6.4 - **Platform**: mac os 10.11.6 - **Subsystem**: (homebrew ?) <!-- Enter your issue details below this comment. --> when doing `npm install` on a web project, it shows this error many times: ``` (node:20446) Warning: Possible EventEmitter memory leak detected. 11 error listeners added. Use emitter.setMaxListeners() to increase limit ```