-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TS Watch mode recompiling stuck #9416
Comments
Similar(?) thing happens to me when there is a TS compilation error.. even if I fix the line that caused the compilation error - nothing happens, the error remains in the terminal and I have to manually Ctrl + C and run |
I'm having the same issue after using create-react-app on Debian. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. |
Any update how to fix this? I'm having the same on my macbook with latest cra version. |
Hi All.
When changing content of files after the first compilation the ts compiler (watch mode) is getting stuck on "Compiling..." and every time i have to CTRL-C, kill the process on the port 3000 and start it again.
The text was updated successfully, but these errors were encountered: