i'm trying out Forever, very popular package, so i decided to try some existents scrips. For example the blessed-contrib examples, the dashboard.js in particular, since i would like to have some always running monitor with terminal interface for a kiosk. https://github.com/yaronn/blessed-contrib
But it just does not works, here the messages i get:
$ forever start donut.js
warn: --minUptime not set. Defaulting to: 1000ms
warn: --spinSleepTime not set. Your script will exit if it does not stay up for at least 1000ms
info: Forever processing file: donut.js
The first two are just waring, but the process end without a reason i can get.
Any clue?