Fork-ts-checker >= 6 hangs on windows
nkallen opened this issue · 0 comments
nkallen commented
Current behavior
This behavior only happens in windows, Mac and linux seem to be fine:
I was using Fork-ts-checker 5.2. I just upgraded to 9, in order to upgrade my Typescript to 5.3.3. I noticed my process would hang on webpack building when starting my process. The problem is in the ForkTs plugin, specifically, after connecting to the ipc service and sending the configure message, no message back is received. I tested and the error seems to be introduced with v6.0.0.
Oddly, I noticed that if I type enter
a few times in the console, the process eventually continues. I have no idea what's going on. But I want to confirm: has anyone tested versions >=6 on windows?
Environment
- Windows