When running Vue project, an error is reported, that is: listen eadlink: address already in use 127.0.0.1:3000, indicating that the 3000 port number is occupied
Solution:
1. Open CMD and execute netstat – Nao | findstr 3000 to query the program occupied by port 3000
You can see that the process with PID 12212 occupies port 3000. If you want to know its process name, you can use the following command: tasklist | findstr 12212
2. Execute taskkill/PID 12212 to terminate the program occupying the port number
12212 is the number above
attention!! There is a space after taskkill
Similar Posts:
- [Solved] ADB Connect Error: failed to start daemon
- [Solved] events.js:183 throw er; // Unhandled ‘error’ event Error: listen EADDRINUSE 127….
- adb server is out of date. killing [How to Solve]
- How to Solve Failed to start connector [Connector[HTTP/1.1-8080]]
- IDEAUnable to open debugger port (127.0.0.1:51112): java.net.SocketException “socket closed”
- [Solved] VUE npm run devevents.js:160 throw er; // Unhandled ‘error’ event listen EADDRIN…
- Error:java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
- Error: listen EADDRINUSE: address already in use :::80 [How to Solve]
- [Solved] Adb Start Error: adb server version (32) doesn’t match this client (39)
- [Solved] activemq Startup Error: Address already in use: JVM_Bind