mikeerickson / gulp-phpspec

gulp-phpspec plugin
MIT License
6 stars 2 forks source link

Ubuntu 14.04 LTS unhandled 'error' event #2

Closed fenos closed 10 years ago

fenos commented 10 years ago

Hi, I'm using gulp-phpspec to automate my tests, when I run my gulp file sometimes it work, but most of the times I get an error:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: write EPIPE
    at errnoException (net.js:901:11)
    at Object.afterWrite (net.js:718:19)

My first thought was about some bug in the plug-in https://github.com/mikaelbr/gulp-notify so I posted an issue in that repository. https://github.com/mikaelbr/gulp-notify/issues/45#issuecomment-53190796

I've been suggested that the problem was not about gulp-notify but of gulp-phpspec

So I ask you help to avoid this issue and continue to use gulp-phpspec because it speed up my tests.

This is my full Gulpfile.js http://pastebin.com/VLige1EQ

Thanks a lots.

fenos commented 10 years ago

I apologize for the issue opened but I got the problem. It wasn't fault of PhpSpec-gulp (it work amazing) but of the gulp-run plugin in