Skip to content

Instantly share code, notes, and snippets.

@sevifives
Created January 31, 2014 17:46
Show Gist options
  • Select an option

  • Save sevifives/8738467 to your computer and use it in GitHub Desktop.

Select an option

Save sevifives/8738467 to your computer and use it in GitHub Desktop.

Revisions

  1. sevifives created this gist Jan 31, 2014.
    24 changes: 24 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    -> % 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.