'how to fix memory leak issue ''Possible EventEmitter memory leak detected''?

I am working on React App, when I run it on localhost it takes significate time to load the homepage, and even with I just refresh the page( takes about 5 seconds to load) and some time is not from the first refresh, I have got this warning lately, I am familier with the term the memory leak theoretically, but not in-depth when come to debug it. and I am running Django server on the backend if this helps!

(node:18208) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 _cacheReadyToWrite listeners added to [Browserify]. Use emitter.setMaxListeners() to increase limit


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source