pm2安装npm install pm2@latest -g
# 查看是否安装成功
pm2 -v
设置为开机自启# 启动项目
sudo pm2 start updateServer.js
# 一定要加sudo,不然启动不了
# 看日志
2022-10-26