events.js:72 throw er; // Unhandled \'error\' event ^ Error: spawn ENOENT at errnoException (chil
As @DanielImfeld pointed it, ENOENT will be thrown if you specify "cwd" in the options, but the given directory does not exist.