Created
June 19, 2013 19:45
-
-
Save AndrewHenderson/5817410 to your computer and use it in GitHub Desktop.
This file contains 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
> [email protected] start /Users/andrew/witness | |
> app.js | |
sh: app.js: command not found | |
npm ERR! [email protected] start: `app.js` | |
npm ERR! `sh "-c" "app.js"` failed with 127 | |
npm ERR! | |
npm ERR! Failed at the [email protected] start script. | |
npm ERR! This is most likely a problem with the Witness package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! app.js | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls Witness | |
npm ERR! There is likely additional logging output above. | |
npm ERR! System Darwin 11.4.0 | |
npm ERR! command "node" "/usr/local/bin/npm" "start" | |
npm ERR! cwd /Users/andrew/witness | |
npm ERR! node -v v0.8.14 | |
npm ERR! npm -v 1.1.68 | |
npm ERR! code ELIFECYCLE | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /Users/andrew/witness/npm-debug.log | |
npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment