FuelFrontend/generator-smacss

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

  1. Run a gulp in terminal with default port (3000)
  2. 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

  1. Run a gulp in terminal with default port (3000)
  2. 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


Reply to this email directly or view it on GitHub
#47.

I tried running three app types parallel. Check below image

screen shot 2015-06-25 at 10 34 42 pm

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?

I tested today, I didn't get any message

screen shot 2015-08-25 at 12 42 45 pm

Look at the ports.

@gokulkrishh can you confirm whether you are getting this error?

This issue is fixed @logeshpaul. Lets close it.

Thanks for verifiying