ReduxSimpleStarter icon indicating copy to clipboard operation
ReduxSimpleStarter copied to clipboard

Updating source code doesn't auto compile

Open thidasapankaja opened this issue 8 years ago • 4 comments

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)

thidasapankaja avatar Dec 19 '17 05:12 thidasapankaja

@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?

glyif avatar Dec 21 '17 18:12 glyif

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.

padda76 avatar Dec 22 '17 13:12 padda76

My friend had a problem exactly same as you. He uninstalled node and reinstalled it then the problem has gone.

nvh95 avatar Jan 18 '18 11:01 nvh95

Same issue for me. Node 8.11.1, Npm 5.6.0

cmacdonnacha avatar May 05 '18 17:05 cmacdonnacha