Skip to content

Instantly share code, notes, and snippets.

@jdkealy
Created March 2, 2014 04:08
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 jdkealy/9301763 to your computer and use it in GitHub Desktop.
Save jdkealy/9301763 to your computer and use it in GitHub Desktop.
Nerd-Machine:strategy jdkealy$ npm start
> strategy@0.0.1 start /Users/jdkealy/srv/strategy
> forever --watch --watchDirectory="$PWD/app" -p "$PWD" --sourceDir="$PWD" --pidFile="server.pid" --append -l "log/forever.log" -o "log/out.log" -e "log/err.log" "main.js"
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
stream.js:94
throw er; // Unhandled stream error in pipe.
^
Error: ENOENT, open 'log/out.log'
npm ERR! strategy@0.0.1 start: `forever --watch --watchDirectory="$PWD/app" -p "$PWD" --sourceDir="$PWD" --pidFile="server.pid" --append -l "log/forever.log" -o "log/out.log" -e "log/err.log" "main.js"`
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the strategy@0.0.1 start script.
npm ERR! This is most likely a problem with the strategy package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! forever --watch --watchDirectory="$PWD/app" -p "$PWD" --sourceDir="$PWD" --pidFile="server.pid" --append -l "log/forever.log" -o "log/out.log" -e "log/err.log" "main.js"
npm ERR! You can get their info via:
npm ERR! npm owner ls strategy
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 13.0.0
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! cwd /Users/jdkealy/srv/strategy
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/jdkealy/srv/strategy/npm-debug.log
npm ERR! not ok code 0
Nerd-Machine:strategy jdkealy$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment