Skip to content

Instantly share code, notes, and snippets.

@cabbibo
Created November 3, 2014 12:46
Show Gist options
  • Save cabbibo/5a3b756d1c35ceaf367e to your computer and use it in GitHub Desktop.
Save cabbibo/5a3b756d1c35ceaf367e to your computer and use it in GitHub Desktop.
fs.js:438
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: EMFILE, too many open files '/Users/isaaccohen/npm/webgl-workshop/node_modules/glslify/index.js'
at Object.fs.openSync (fs.js:438:18)
at Object.fs.openSync (/Users/isaaccohen/npm/webgl-workshop/node_modules/cpr/node_modules/rimraf/node_modules/graceful-fs/graceful-fs.js:68:26)
at Object.fs.readFileSync (fs.js:289:15)
at Object.Module._extensions..js (module.js:473:44)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at nr (/Users/isaaccohen/npm/webgl-workshop/node_modules/browserify/node_modules/module-deps/index.js:226:21)
at /Users/isaaccohen/npm/webgl-workshop/node_modules/browserify/node_modules/resolve/lib/async.js:48:21
npm ERR! Darwin 13.3.0
npm ERR! argv "node" "/usr/local/bin/npm" "start"
npm ERR! node v0.10.33
npm ERR! npm v2.1.6
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: `node node.js`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is most likely a problem with the webgl-workshop package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node node.js
npm ERR! You can get their info via:
npm ERR! npm owner ls webgl-workshop
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/isaaccohen/npm/webgl-workshop/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment