I've added this at the root of my app ``` var realFs = require('fs') var gracefulFs = require('graceful-fs') gracefulFs.gracefulify(realFs) ``` But I'm still getting `EMFILE: too many open files` error. Any ideas what else can I do? Win 10 pro
I've added this at the root of my app
But I'm still getting
EMFILE: too many open fileserror.Any ideas what else can I do? Win 10 pro