Replies: 5 comments 8 replies
-
Have you tried installing tsutils?
|
Beta Was this translation helpful? Give feedback.
-
I have reinstalled nodejs Back to the default problem, Everything compiled correctly, there's no errors in the command prompt nor the web console yet it's still not refreshing the file when I save app.js I'm clueless |
Beta Was this translation helpful? Give feedback.
-
I see you are using Windows ( This issue is related to File watcher which is To solve this issue , Inside your find
and replace it with
|
Beta Was this translation helpful? Give feedback.
-
Update in case anyone comes here initially like I did. In
See #10253 (comment) |
Beta Was this translation helpful? Give feedback.
-
I am having this problem as well, but my react app does not use webpack. Has anyone managed to fix this? |
Beta Was this translation helpful? Give feedback.
-
I freshly installed nodejs and the create-react-app package. I've been having this problem for many days now and I was going through the official troubleshooting guide but nothing seems to be working.
no errors in console, no errors in build / compilation of things. I had a warning about missing tsutils so i installed
npm install typescript --save-dev
I am experiencing no errors at all and the changes still aren't picked up.
npm -v 6.14.8
node -v v14.15.1
Windows 10
I've been making changes to the file in the notepad ran as admin.
At this point I am clueless, please help.
Beta Was this translation helpful? Give feedback.
All reactions