This repository was archived by the owner on May 28, 2021. It is now read-only.
This repository was archived by the owner on May 28, 2021. It is now read-only.
close terminal port still in use #137
Open
Description
hi @icebob
when i press ctrl + C to stop to the current process, it shows
Starting inspector on 127.0.0.1:9229 failed: address already in use
[nodemon] app crashed - waiting for file changes before starting...
then i need to find the pid of this port, and kill it manually use 'kill -9 pid'
It’s a bit troublesome to do this every time.
how to automatically remove port occupancy when the current process stops instead of manual operation
Metadata
Metadata
Assignees
Labels
No labels