Updating source code doesn't auto compile
npm start will start the server and run the react app. But if I edit the source code it doesn't update on the browser even I refresh the page (In your Udemy course it update the browser on refresh) . How to fix this ? (I need like nodemon for node)
@pankaja92 can you give a bit more context? what version of node do you have? did you run npm install? when you edit your source code, is the node server running?
Same problem from me. I have node v8.9.3 and I have run npm install. To update the code, I had to ctrl+c in cmd and rerun npm run start.
My friend had a problem exactly same as you. He uninstalled node and reinstalled it then the problem has gone.
Same issue for me. Node 8.11.1, Npm 5.6.0