Execute lsof -i:35729 to view the process occupying port 35729, and then find a process similar to the following:
node 93675 **** 23u IPv6 0x4ada9494f1377225 0t0 TCP *: 35729 (LISTEN)
Where 93675 is the ID of the process,
Then execute kill -9 93675 to kill the process, and then try gitbook serve
Similar Posts:
- [Solved] ADB Connect Error: failed to start daemon
- Error: listen eaddinuse: address already in use (Solution to Server Port Occupation)
- Error: listen eaddinuse: 4000 [How to Solve]
- How to Solve Failed to start connector [Connector[HTTP/1.1-8080]]
- Error: Flask Address already in use [How to Solve]
- Linux transport error 202: bind failed: Address already in use
- Apache : Error: Apache shutdown unexpectedly [How to Solve]
- [Solved] Error: listen EADDRINUSE: address already in use 127.0.0.1:3000
- ADB Server Didn’t ACK, failed to Start Daemon settlement record
- [Solved] activemq Startup Error: Address already in use: JVM_Bind