MaxListenersExceededWarning: Possible EventEmitter memory leak detected

Hi!

Our pipeline gets the following Node.js warning. Is there any reason we get these messages in CircleCI but not locally?

(node:1465) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 19 unpipe listeners added to [WriteStream]. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)