Coding Experience Post
/ 1 min read /
#经验
Table of Contents 目录
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 PID