Skip to content

Install pm2

CentOS Install pm2

第一步 安装 node

安装 node

第二步 安装 pm2

Terminal window
# 安装
npm install pm2@latest -g
# 查看版本
pm2 -v