This solution provided by @chrizz1001 worked in the end: index.js var pm2 = require('pm2'); pm2.connect(function(err) { if (err) { console.error(err); ...
確定! 回上一頁