在root用戶的crontab我加了以下工作:執行節點在crontab中永遠的模塊出現故障
*/1 * * * * /usr/local/bin/forever start /root/MyCode/server.js >> /root/ou1.log 2>&1
我收到以下錯誤:
info: Forever processing file: /root/MyCode/server.js
/usr/local/lib/node_modules/forever/lib/forever.js:419
monitor.send(JSON.stringify(選項)); ^ TypeError:Object#沒有方法'send' at Object.startDaemon(/usr/local/lib/node_modules/forever/lib/forever.js:419:11) 位於/ usr/local/lib/node_modules /forever/lib/forever/cli.js:258:13 at /usr/local/lib/node_modules/forever/lib/forever/cli.js:145:5 at Object.oncomplete(/ usr/local/lib /node_modules/forever/lib/forever.js:358:11)
但是,如果我手動運行在終端中,其工作永遠命令..
永遠「版本」:「0.11.1」 節點版本:v0.10.17
這似乎是安裝的一些問題。在上面的例子中,我使用了一個流浪箱。我永遠安裝在新鮮的流浪漢盒子裏,它的工作.. – user2846870