Skip to content

Instantly share code, notes, and snippets.

@ozten
Created February 22, 2012 23:59
Show Gist options
  • Select an option

  • Save ozten/1888511 to your computer and use it in GitHub Desktop.

Select an option

Save ozten/1888511 to your computer and use it in GitHub Desktop.
IP_ADDRESS=10.0.1.16 npm start
> [email protected] start /home/ozten/Projects/browserid
> ./scripts/run_locally.js
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Cannot find module './libs/all'
at Function._resolveFilename (module.js:332:11)
at Function._load (module.js:279:25)
at Module.require (module.js:354:17)
at require (module.js:370:17)
at Object.<anonymous> (/home/ozten/Projects/browserid/node_modules/jwcrypto/jwk.js:36:12)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
at Module.require (module.js:354:17)
npm ERR! [email protected] start: `./scripts/run_locally.js`
npm ERR! `sh "-c" "./scripts/run_locally.js"` failed with 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is most likely a problem with the browserid package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./scripts/run_locally.js
npm ERR! You can get their info via:
npm ERR! npm owner ls browserid
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Linux 2.6.32-38-generic
npm ERR! command "node" "/usr/local/bin/npm" "start"
npm ERR! cwd /home/ozten/Projects/browserid
npm ERR! node -v v0.6.10
npm ERR! npm -v 1.1.0-3
npm ERR! code ELIFECYCLE
npm ERR! message [email protected] start: `./scripts/run_locally.js`
npm ERR! message `sh "-c" "./scripts/run_locally.js"` failed with 1
npm ERR! errno {}
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/ozten/Projects/browserid/npm-debug.log
npm not ok
ozten@nutria:~/Projects/browserid$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment