程序员知识库
  • 前端
  • 运维
  • 文章
⌘ K
介绍
guide
服务器配置
Install node
Install fnm
Install golang
Install mysql8
Install nginx
Install nginx http3
Install nvm
Install pm2
Install redis
最后更新时间:

CentOS Install pm2

第一步 安装node

安装 node

第二步 安装 pm2

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