sudo apt update #下载Ubuntu下的nodejs sudo apt install nodejs #安装新版的node 和npm sudo apt-get install curl curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt-get install -y nodejs
安装pm2
npm install pm2 -g
posted on 2023-02-27 14:50 星河赵 阅读(119) 评论(0) 编辑 收藏 举报