zapty / forever-service

Provision node script as a service via forever, allowing it to automatically start on boot, working across various Linux distros and OS
https://github.com/zapty/forever-service
MIT License
595 stars 65 forks source link

which version forever, nodemon required #24

Closed nvcken closed 9 years ago

nvcken commented 9 years ago

I has try created script success with latest version of forever, nodemon . But when I try on other system which older forever , nodemon package, cmd service start ok but I see log of forever process , It 's not work properly, seem error of nodemon or forever cmd. Then I try update latest version of forever, nodemon . Result service start ok, app work properly

Should has information about version required of forever, nodemon of which forever-service release ? I think that is important because forever, nodemon may update or change their cli in future then error may occurs with forever-service

arvind-agarwal commented 9 years ago

Unless otherwise stated, I would always go with latest versions of all the dependencies.