GithubHelp home page GithubHelp logo

Can't start dev server about react-starter HOT 9 CLOSED

webpack avatar webpack commented on April 29, 2024
Can't start dev server

from react-starter.

Comments (9)

FoxxMD avatar FoxxMD commented on April 29, 2024 37

You're trying to start the server on a port that is already in use. Try changing the default port in lib\server-development.js to something other than 8080.

from react-starter.

masudshrabon avatar masudshrabon commented on April 29, 2024 21

Yes, I have also faced the same problem while command :
.

npm run dev

Thanks to @FoxxMD .
Its a problem on the port, nothing else.

I have other program that works on port 8080.
webpack-dev-server also wants to use that port by default.
So I have just change the port number from 8080 to 8081 (can be anything valid other) in the _ProjectFolder \node_modules\webpack-dev-server\bin\webpack-dev-server.js_ file.

Anothe solution is that you can stop that program working on port 8080.

Thank you :)

from react-starter.

saikirankv avatar saikirankv commented on April 29, 2024 6

can you guys change the error message, like try another port..

from react-starter.

aniruddhashevle avatar aniruddhashevle commented on April 29, 2024 3

This is due to port 8080 is in used already. So you can change your development server port which is not in used at the same time.

To change it using CLI,
webpack-dev-server --hot --port=8081

Or add 'port': '8081' in your webpack JS file as follows,

'devServer': {
  ...
  'port': '8081',
  ...
}

from react-starter.

laushinka avatar laushinka commented on April 29, 2024 1

@saikirankv The line "Error: listen EADDRINUSE" actually says exactly that. EADDRINUSE means that the port number is already in use.

from react-starter.

viviannow avatar viviannow commented on April 29, 2024

I met the same proble and thaks to @masudshrabon ,his comment is so useful.

from react-starter.

bluehenry avatar bluehenry commented on April 29, 2024

Same issue and resolved it by changing port number in ProjectFolder \node_modules\webpack-dev-server\bin\webpack-dev-server.js file. @masudshrabon Thanks!

from react-starter.

honeyjie avatar honeyjie commented on April 29, 2024

very help ,change the port then it will be good

from react-starter.

samayo avatar samayo commented on April 29, 2024

same error, but I have no server running

from react-starter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.