Skip to content

Instantly share code, notes, and snippets.

@sevifives
Created January 31, 2014 17:46
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 sevifives/8738467 to your computer and use it in GitHub Desktop.
Save sevifives/8738467 to your computer and use it in GitHub Desktop.
-> % grunt exec
Running "exec:server" (exec) task
>> DEBUG: Running node-supervisor with
>> DEBUG: program 'src/server/main.coffee'
>> DEBUG: --watch '.'
>> DEBUG: --ignore 'undefined'
>> DEBUG: --extensions 'node|js|coffee|litcoffee'
>> DEBUG: --exec 'coffee'
>> DEBUG: Starting child process with 'coffee src/server/main.coffee'
>> DEBUG: Watching directory '/home/laterus/echoplexus' for changes.
>> execvp(): No such file or directory
>>
>> events.js:72
>> throw er; // Unhandled 'error' event
>> ^
>> Error: spawn ENOENT
>> at errnoException (child_process.js:980:11)
>> at Process.ChildProcess._handle.onexit (child_process.js:771:34)
>> Exited with code: 8.
Warning: Task "exec:server" failed. Use --force to continue.
Aborted due to warnings.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment