Coding Experience Post
1. Quickly find the globally installed npm package path
npm root -g# cd to the output directory, then enteropen .2. Find the PID of a specified port and kill it
ss -tulpn | grep xxxxkill PIDnpm root -g# cd to the output directory, then enteropen .ss -tulpn | grep xxxxkill PID