Closed crystalfp closed 3 years ago
This a node limitation, you can read more here - https://nodejs.org/docs/latest/api/events.html#events_emitter_setmaxlisteners_n
That aside, thank you for bringing this to my attention, there will be a configuration option in the next release
Today I added a new directory to watch changing the number of tasks from 10 to 11 and suddenly the following warning appears:
The relevant section of package.json is:
The 10 maximum tasks sound suspiciously as an hardcoded limit somewhere. Really don't know if this is a npm-watch or nodemon or node problem. Or do you have any suggestion to organize differently my build process? Thanks! BTW, I'm preparing a small example to reproduce the problem. Thanks! mario