Created
February 23, 2012 00:02
-
-
Save ozten/1888529 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| IP_ADDRESS=10.0.1.16 npm start | |
| > [email protected] start /home/ozten/Projects/browserid | |
| > ./scripts/run_locally.js | |
| The "sys" module is now called "util". It should have a similar interface. | |
| node.js:201 | |
| throw e; // process.nextTick error, or 'error' event on first tick | |
| ^ | |
| Error: Cannot find module 'JSV' | |
| 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/convict/lib/convict.js:8:7) | |
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment