Closed fenos closed 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
gulp-notify
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
Gulpfile.js
Thanks a lots.
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
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:
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 ofgulp-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/VLige1EQThanks a lots.