I am following a tutorial on React using create-react-app. The application is created by create-react-app v1.3.0
create-react-app my-app
The dev server is run by
npm start
After changing the code several times, the browser is not updated live / hot reload with the changes. Refreshing the browser does not help. Only stopping the dev server and starting it over again capture the new changes to the code.
Have you seen the “Troubleshooting” section of the User Guide?
It describes a few common causes of this problem:
I hope this helps!
Have you tried npm start with super user permissions? I had the issue with my project and I solved it like this.