Skip to content

Instantly share code, notes, and snippets.

@cabbibo
Created November 3, 2014 12:54
Show Gist options
  • Save cabbibo/c06945bc88e9dc524d65 to your computer and use it in GitHub Desktop.
Save cabbibo/c06945bc88e9dc524d65 to your computer and use it in GitHub Desktop.
200 2ms 20.26KB /fonts/inconsolata-regular-webfont.woff2
200 1ms 21.82KB /fonts/inconsolata-bold-webfont.woff2
child_process.js:948
throw errnoException(process._errno, 'spawn');
^
Error: spawn EMFILE
at errnoException (child_process.js:1001:11)
at ChildProcess.spawn (child_process.js:948:11)
at exports.spawn (child_process.js:736:9)
at Object.exports.execFile (child_process.js:618:15)
at opener (/Users/isaaccohen/npm/webgl-workshop/node_modules/opener/opener.js:41:25)
at openSubmission (/Users/isaaccohen/npm/webgl-workshop/node_modules/@workshop/server/index.js:103:3)
at Server.request (/Users/isaaccohen/npm/webgl-workshop/node_modules/@workshop/server/index.js:66:16)
at Server.emit (events.js:98:17)
at HTTPParser.parser.onIncoming (http.js:2112:12)
at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:121:23)
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