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).

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34940-2bf40.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34940-2bf40.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?