javascript - npm run dev vue error report
伊谢尔伦
伊谢尔伦 2017-07-07 10:34:52
0
2
1456

vue npm run devError reporting

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
phpcn_u1582

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

某草草

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template