Skip to content

Instantly share code, notes, and snippets.

@hunterloftis
Created January 25, 2016 18:20
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 hunterloftis/1c628ed7323caff9e046 to your computer and use it in GitHub Desktop.
Save hunterloftis/1c628ed7323caff9e046 to your computer and use it in GitHub Desktop.
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
> express@0.0.1 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! express@0.0.1 start: `blah`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the express@0.0.1 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