I have downloaded nodemon package globally via npm install -g nodemon command. But when i run the server using nodemon app.js then it will start the server without having any issue but whenever i try to change some code in app.js then the nodemon doesnt reload it automatically while i refresh the browsers page. I still have to close the server using ctrl + c and then again i have to use nodemon app.js command.