Created
January 25, 2016 18:20
-
-
Save hunterloftis/1c628ed7323caff9e046 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
v5.1.1:~/test/express (master)$ ied run start | |
/bin/bash: blah: command not found | |
start exited with status 127 | |
v5.1.1:~/test/express (master *)$ npm start | |
> [email protected] start /Users/hloftis/test/express | |
> blah | |
sh: blah: command not found | |
npm ERR! Darwin 14.5.0 | |
npm ERR! argv "/Users/hloftis/.nvm/versions/node/v5.1.1/bin/node" "/Users/hloftis/.nvm/versions/node/v5.1.1/bin/npm" "start" | |
npm ERR! node v5.1.1 | |
npm ERR! npm v3.3.12 | |
npm ERR! file sh | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno ENOENT | |
npm ERR! syscall spawn | |
npm ERR! [email protected] start: `blah` | |
npm ERR! spawn ENOENT | |
npm ERR! | |
npm ERR! Failed at the [email protected] start script 'blah'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the express package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! blah | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls express | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/hloftis/test/express/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment