geekcell/docker-compose-nodejs-examples

Example 01: Nodemon restarting continuously

rohitcelestial opened this issue · 1 comments

Nodemon keeps restarting with

[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www`
[nodemon] 1.11.0
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `nodemon -L app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www app/bin/www

Is there a way to fix this?

janvt commented

We have modernized this project, please check if the issue still persists in the new version and re-open if necessary. Thanks for your contribution! :)