Skip to content
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
@paul-xiao

Description

@paul-xiao

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions