Open sherlockgrace opened 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
@sherlockgrace
npm list -g --depth=0
npm install nodemon -g
nodemon index
It worked for me. I was facing the same issue
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