简体中文
深色模式
状况: Node 项目使用 npm run dev 可以正常运行,但使用 pm2 start 命令却无法运行,显示errored
npm run dev
pm2 start
解决方法:
ps aux | grep pm2
kill -9 <进程id>
预览: