けんき says to YSITD
Because require-dir use fs, so EMFILE occured. You can go to node_modules/require-dir/index.js , Line:4 modify it into var FS = require('graceful-fs'); then, i think it will work (You may send pull request to requireDir's repository if it works well)