Skip to content

Instantly share code, notes, and snippets.

@mbrevoort
Created July 5, 2011 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbrevoort/1066102 to your computer and use it in GitHub Desktop.
Save mbrevoort/1066102 to your computer and use it in GitHub Desktop.
node start-up error
node /opt/toolbar/app-cluster.js 8080
node.js:134
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: EBADF, Bad file descriptor '/opt/toolbar/package.json'
at Object.openSync (fs.js:221:18)
at Object.readFileSync (fs.js:112:15)
at Object.<anonymous> (/opt/toolbar/app-cluster.js:12:34)
at Module._compile (module.js:404:26)
at Object..js (module.js:410:10)
at Module.load (module.js:336:31)
at Function._load (module.js:297:12)
at Array.<anonymous> (module.js:423:10)
at EventEmitter._tickCallback (node.js:126:26)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment