首页 > 其他 > 详细

nuxt npm run dev 报错Solution to the "Error: listen EADDRINUSE 127.0.0.1:8080"

时间:2019-04-23 14:34:00      阅读:237      评论:0      收藏:0      [点我收藏+]

Solution to the "Error: listen EADDRINUSE 127.0.0.1:8080"

Hello,

Just sharing a solution to the errors below, when you run "npm start" and a port is already in use:

Error: listen EADDRINUSE 127.0.0.1:8080" (or EADDRINUSE 127.0.0.1:3000)

1) Type "netstat -aon" on Command Prompt

2) Find the relative PID number to 127.0.0.1:8080 (or 3000)

3) Run "taskkill /f /pid pidnumber"

4) Run "npm start" again

nuxt npm run dev 报错Solution to the "Error: listen EADDRINUSE 127.0.0.1:8080"

原文:https://www.cnblogs.com/chunshan-blog/p/10755941.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!