iamshaunjp / websockets-playlist

All the course files for the WebSockets playlist on The Net Ninja YouTube channel.
278 stars 372 forks source link

is there a nodemon altermnative #4

Open sherlockgrace opened 7 years ago

sherlockgrace commented 7 years ago

Hi I am relatively new to this. but I have followed your tutorial and had a looked else where on forums. I don't think nodemon is working. and wondered if there is an alterenative command to restart/refresh my project

Jyotsna-Singh commented 7 years ago

@sherlockgrace

  1. Check if nodemon is installed npm list -g --depth=0
  2. If not, npm install nodemon -g
  3. Run nodemon index

It worked for me. I was facing the same issue