Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

编码经验贴 #47

Open
chaseFunny opened this issue Mar 11, 2025 · 0 comments
Open

编码经验贴 #47

chaseFunny opened this issue Mar 11, 2025 · 0 comments
Labels

Comments

@chaseFunny
Copy link
Collaborator

chaseFunny commented Mar 11, 2025

一、快速找到全局安装的 npm 包地址

npm root -g
# cd 到输出的目录,然后进入
open .

二、找到指定端口的 PID ,然后 kill

ss -tulpn | grep xxxx
kill PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant