MaxListenersExceededWarning when publishing

Everytime I publish my project, in between the info logs, there is one error:

(node:) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 
11 change listeners added. Use emitter.setMaxListeners() to increase limit

The publishing process continues and finishes successfully after that. Is this an issue with my code or the publishing process?

4 Likes

Hey @tobiv,

This is not an issue with your code. It’s an error thrown from node that potentially indicates a memory leak with expo-cli so thank you for bringing this up.

Cheers,

Adam

4 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.