首页 > 其他 > 详细

grunt serve Fatal error: Port 35729 is already in use by another process.

时间:2015-06-18 19:26:38      阅读:2759      评论:0      收藏:0      [点我收藏+]

 

y@y:~$ lsof | grep 35729
grunt     18194                y   13u     IPv6             117971       0t0      TCP *:35729 (LISTEN)
Optimizin 18194 18195          y   13u     IPv6             117971       0t0      TCP *:35729 (LISTEN)
v8:Sweepe 18194 18196          y   13u     IPv6             117971       0t0      TCP *:35729 (LISTEN)
v8:Sweepe 18194 18197          y   13u     IPv6             117971       0t0      TCP *:35729 (LISTEN)
v8:Sweepe 18194 18198          y   13u     IPv6             117971       0t0      TCP *:35729 (LISTEN)
grunt     18194 18295          y   13u     IPv6             117971       0t0      TCP *:35729 (LISTEN)
grunt     18194 18296          y   13u     IPv6             117971       0t0      TCP *:35729 (LISTEN)
grunt     18194 18297          y   13u     IPv6             117971       0t0      TCP *:35729 (LISTEN)
grunt     18194 18298          y   13u     IPv6             117971       0t0      TCP *:35729 (LISTEN)
y@y:~$ ps -ef | grep grunt
y         8705  8501  0 17:54 pts/27   00:00:00 grep --color=auto grunt
y        18194  4497  3 08:57 pts/11   00:20:06 grunt                                     
y@y:~$ kill -9 18194
y@y:~$ ps -ef | grep grunt
y         8715  8501  0 17:54 pts/27   00:00:00 grep --color=auto grunt
y@y:~$ lsof | grep 35729
y@y:~$ 

 

grunt serve Fatal error: Port 35729 is already in use by another process.

原文:http://www.cnblogs.com/yshyee/p/4586639.html

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