(node:15568) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 close liste
I have the solution but I don't know where to make the modification because most of the time you have to modify it in the app:
the solution: directlyprocess.setMaxListeners(20)
1 Reply