TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.
MIT License
1.93k stars 238 forks source link

Fork-ts-checker >= 6 hangs on windows #836

Open nkallen opened 5 months ago

nkallen commented 5 months ago

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