For some days I have searched for a working solution to an error
Error: EMFILE, too many open files
It seems that many people have the same proble
For nodemon users: Just use the --ignore flag to solve the problem.
Example:
nodemon app.js --ignore node_modules/ --ignore data/