https://github.com/thx/rap2-delos
就是这个后端服务, 我直接用 pm2 start /root/rap2-delos-master/dist/dispatch.js 会直接报错
┌──────────┬─────────┬─────────┬────┬─────┬────────┐
│ Name │ mode │ status │ ↺ │ cpu │ memory │
├──────────┼─────────┼─────────┼────┼─────┼────────┤
│ dispatch │ cluster │ errored │ 15 │ 0% │ 0 B │
│ dispatch │ cluster │ errored │ 15 │ 0% │ 0 B │
│ dispatch │ cluster │ errored │ 15 │ 0% │ 0 B │
│ dispatch │ cluster │ errored │ 15 │ 0% │ 0 B │
└──────────┴─────────┴─────────┴────┴─────┴────────┘
1
chairuosen 2018-03-09 16:27:51 +08:00
是不是目录问题,设置一下 cwd
http://pm2.keymetrics.io/docs/usage/application-declaration/ |