Nodemon misbehaving

I don’t know if it is even a problem, but my nodemon is not reloading the server even though it says "[nodemon] restarting due to changes… ". I have to manually exit, run the server again to reflect changes in webpage…

Hey there,

first of all I would try to restart my machine and give it another try.
Then I would try to use the polling mode by using nodemon --legacy-watch

1 Like