Created
January 31, 2014 17:46
-
-
Save sevifives/8738467 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
-> % 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