Skip to content

Instantly share code, notes, and snippets.

@cronopio
Created April 9, 2014 20:18
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 cronopio/c764abefa32acaf39ca1 to your computer and use it in GitHub Desktop.
Save cronopio/c764abefa32acaf39ca1 to your computer and use it in GitHub Desktop.
package % NODE_ENV=stage npm start
> UP-Live-Stage@0.0.2-19 start /tmp/package
> coffee express/server.coffee
Failed to load c++ bson extension, using pure JS version
Failed to load c++ bson extension, using pure JS version
events.js:72
throw er; // Unhandled 'error' event
^
Error: listen EACCES
at errnoException (net.js:901:11)
at Server._listen2 (net.js:1020:19)
at Server._listen2 (/tmp/package/node_modules/newrelic/node_modules/continuation-local-storage/node_modules/async-listener/index.js:69:23)
at listen (net.js:1061:10)
at Server.listen (net.js:1127:5)
at Object.<anonymous> (/tmp/package/express/server.coffee:165:12, <js>:176:15)
at Object.<anonymous> (/tmp/package/express/server.coffee:1:1, <js>:184:4)
at Module._compile (module.js:456:26)
npm ERR! UP-Live-Stage@0.0.2-19 start: `coffee express/server.coffee`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the UP-Live-Stage@0.0.2-19 start script.
npm ERR! This is most likely a problem with the UP-Live-Stage package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! coffee express/server.coffee
npm ERR! You can get their info via:
npm ERR! npm owner ls UP-Live-Stage
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.12.9-2-ARCH
npm ERR! command "node" "/usr/local/bin/npm" "start"
npm ERR! cwd /tmp/package
npm ERR! node -v v0.10.20
npm ERR! npm -v 1.4.6
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /tmp/package/npm-debug.log
npm ERR! not ok code 0
package %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment