codersgyan / realtime-chat-app

Realtime chat app using socket.io and vanilla JavaScript
247 stars 126 forks source link

nodemon is crashing #12

Open sameer0002 opened 2 years ago

sameer0002 commented 2 years ago

everytime i run this command - $ npm run dev i get the msg in terminal saying - [nodemon] clean exit - waiting for changes before restart.

please help me with some solution . i am stuck rn

SATYAM-DCS commented 1 year ago

The message you're seeing is not an error, but rather a notification from the nodemon package that it has detected that your code has exited, and is waiting for changes to restart. This is the expected behavior of nodemon when it is watching your files for changes.