Nodemon not refreshing page automatically
while setting up a MERN app, i was using nodemon to reflect code edits and render the new code in real time. I used npm i -g nodemon which didn't work.
If you are facing the same issue then uninstall the nodemon and
add the flag –force nodemon while installing nodemon.
Like this npm install -g --force nodemon
Share this article
