宝塔8.0.1 nodejs版本 16.20.2
Ubuntu 22.04.1 LTS
在宝塔中部署nodejs项目,运行后报错,但是服务器是正常运行了pm2
启动失败
│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │ ├────┼──────────────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──── [PM2][WARN] Current process list is not synchronized with saved list. Type 'pm2 save' to synchronize. [PM2] Saving current process list... [PM2] Successfully saved in /root/.pm2/dump.pm2 > ggsp.com.service@0.0.1 pm2:test > NODE_ENV=test pm2 start dist/main.js --name ggsp_com_service_test > ggsp.com.service@0.0.1 pm2:test > NODE_ENV=test pm2 start dist/main.js --name ggsp_com_service_test && pm2 save > ggsp.com.service@0.0.1 pm2:test > NODE_ENV=test pm2 start dist/main.js --name ggsp_com_service_test
|
|