The error is as follows:
Cause of error:
Listen eadrinuse: 8002 means that the current 8002 port is occupied
Solution:
1: Simple and rude: turn off the relevant programs that may be affected and restart them
2
1. Win + R, CMD query whether the port number used is occupied:
Input command: netstat – aon|findstr “8002”
Press enter to display the PID number of the program corresponding to port 8080; As shown in the figure below:
2. Find the corresponding program according to the PID number:
Input command: tasklist | findstr “12452”
Press enter to display the program that occupies the port, as shown in the following figure:
3. Press the shortcut key “Ctrl + Shift + ESC” to call up the Windows Task Manager, and end the program process according to the corresponding name of PID/program. As shown in the figure below:
Similar Posts:
- [Solved] events.js:183 throw er; // Unhandled ‘error’ event Error: listen EADDRINUSE 127….
- [Solved] Error: listen EADDRINUSE: address already in use 127.0.0.1:3000
- Error reporting using ADB; error: unknown host service
- Error:java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
- [Solved] Android ADB server didn’t ACK * failed to start daemon *
- Android ADB server didn’t ACK * failed to start d
- Android studio debug runtime ADB not responding
- [Solved] ADB Connect Error: failed to start daemon
- Sublime run code – open in browser shortcut key settings
- adb server is out of date. killing [How to Solve]