how to release localhost from Error: listen EADDRINUSE

前端 未结 28 2171
孤独总比滥情好
孤独总比滥情好 2020-11-28 17:53

i am testing a server written in nodejs on windows 7 and when i try to run the tester in the command line i get the following error

Error: listen EADDRINUSE
         


        
28条回答
  •  醉酒成梦
    2020-11-28 18:25

    To kill node server first run this command in your terminal :

    1. top
    2. open another window then copy the server id from the previous window: PID number -9 kill so now you killed your node server try again to run your app.

提交回复
热议问题