Nodemon keeps rebooting. I don't know what happened.

nodemon


Picture description


you can see from the print below that the configuration file for nodemon is the nodemonConfig read from / OVE/package.json.
ignoring means to ignore the monitored file
watching means that the monitored file
watching extensions indicates that the monitoring file extension
must be restarted because the file change has been detected. The files triggering change check: model/video.js here has also told you that the model/video.js file has changed. (of course, nodemon itself may also have bug).

Menu