When I work between multiple projects, always got 'Error: listen EADDRINUSE' like #33. I know the reason is some other task(maybe another gulp-livereload) is running, a port conflict is on 35729. But the error message is not very friendly.
So is there any way to handle error with gulp-livereload? Like:
Hey, @sivan! Just wanted to let you know that I've created a standalone fork of this repo, since it doesn't seem to be maintained anymore. You can find it here.
So I might be a good idea to re-open this issue there.
When I work between multiple projects, always got 'Error: listen EADDRINUSE' like #33. I know the reason is some other task(maybe another gulp-livereload) is running, a port conflict is on
35729
. But the error message is not very friendly.So is there any way to handle error with gulp-livereload? Like:
So I can use
to avoid original error message.