search

Home  >  Q&A  >  body text

javascript - npm run dev vue error report

vue npm run devError reporting

伊谢尔伦伊谢尔伦2730 days ago1457

reply all(2)I'll reply

  • phpcn_u1582

    phpcn_u15822017-07-07 10:36:52

    Your port 8080 is occupied,

    1. Turn off your service occupying port 8080,

    2. Or you can stop using 8080 for your vue port. Ask Baidu how to change it

    reply
    0
  • 某草草

    某草草2017-07-07 10:36:52

    error : listen eaddrinuse ::: 8080

    Don’t you guys read the error message? .

    Obviously said

    Error: The given address 8080 is already in use

    The common saying is that the port is occupied. Turn off the previous service on port 8080, or change the port of this new service

    reply
    0
  • Cancelreply