Webstorm Version 2022.1 don't stop process in run window
Hi, I updated to version 2022.1 (before was 2021.3) and now the run window doesn't stop the process on close because now it prompts if I want to stop the process or not.
The problem is when I close webstorm it get hanged because its waiting for my input to stop the process and webstorm doesn't leave to access the run.
Also is annoying when we restart or close the run config.
How can I stop the prompt of the end of the process?

请先登录再写评论。
It's a known issue, WEB-55423. We’ve already fixed it and the fix will be available in the first minor update for v2022.1, WebStorm 2022.1.1. In the meantime, I you can try the following workaround: select a path to the npm installation folder (
C:\Program Files\nodejs\node_modules\npm) instead of a path tonpm.cmdin the Package manager field in either your run configuration or Node.js IDE settings (Settings | Languages & Frameworks | Node.js)Ok Thanks
When the update will be avaible?
2022.1 release can be expected in 2 weeks. The fix is available in WebStorm 2022.1.1 Preview build
The workaround doesn't work for me.