The above error occurred when I was packing. At this time, I ran two projects locally
The listening address is occupied.
Open the command panel Win + r = & gt; cmd
View the process ID corresponding to the port
netstat -nao | findstr 8888
View details about the process (can be omitted)
tasklist | findstr 13964
Mission of investigation and killing:
Method 1:
taskkill /pid 13508
#Forced termination
taskkill/F /pid 13508
Method 2:
Ctrl + Shift + ESC, call out the task manager
Read More:
- [Solved] Error: listen EADDRINUSE: address already in use 127.0.0.1:80
- [Solved] – npm run dev Error: listen EADDRINUSE: address already in use :::8000(or 8080 etc.)
- Port occupancy error address already in use: bind [Solved]
- [Solved] Error running Tomcat8: Address localhost:8080 is already in use
- [Solved] Error running tomcat8: Address localhost:80 is already in use
- Jmeter Error java.net.BindException: Address already in use: connect
- error: could not install *smartsocket* listener: Address already in use PM8:49 ADB server didn’t AC…
- FTP 500 Illegal PORT command. ftp: bind: Address already in use [How to Solve]
- [Solved] Disconnected from the target VM, address : ‘127.0.0.1:6847’ , transport : ‘socket’
- How to Solve mount error(6): No such device or address
- How to Solve VMware Workstation Error: This virtual machine appears to be in use.
- How to Solve “RIP Address Out Of Range” Error
- [Solved] error when starting dev server:Error: listen EACCES: permission denied 0.0.0.0:80 at Server.set
- How to Solve Jetpack room use error
- Nginx: How to Use Error_Page
- RabbitMQ:address (cannot connect to host/port) [How to Solve]
- How to Solve Error: You need to use a Theme.AppCompat theme (or descendant) with this activity.
- [Go] Solve panic: runtime error: invalid memory address or nil pointer dereference in golang
- How to Solve Error: could not read ok from ADB Server.failed to start daemon error: cannot connect to daemon
- [Solved] failed to set bridge addr: “cni0“ already has an IP address different from xxxx