Gulp server throws error as Uhoh. Got error listen EADDRINUSE ...
Closed this issue · 7 comments
Even after running localhost server in different port, gulp throws error.
Steps to reproduce
- Run a gulp in terminal with default port (3000)
- Run one more application with another port as 4000, error message is printed in the terminal as
Error: listen EADDRINUSE
But gulp server is working properly. Try it get rid of that message
even me too getting this issue..
On Fri, Jun 12, 2015 at 3:55 PM, Gokulakrishnan Kalaikovan <
notifications@github.com> wrote:
Even after running localhost server in different port, gulp throws error.
Steps to reproduce
- Run a gulp in terminal with default port (3000)
- Run one more application with another port as 4000, error message is
printed in the terminal as
Error: listen EADDRINUSEBut gulp server is working properly. Try it get rid of that message
—
Reply to this email directly or view it on GitHub
#47.
I tried running three app types parallel. Check below image
I didn't get any issue expect there seems to be problem with angular bower build stuff.
@gokulkrishh the gulp task we have written will automatically assign free port, how did you get to 4000. Are you running any other applications in port 4000? Need more explanation to reproduce this issue.
@gokulkrishh are you getting this error still?
@gokulkrishh can you confirm whether you are getting this error?
This issue is fixed @logeshpaul. Lets close it.
Thanks for verifiying