webstorm 调试时,显示如下所示提示。
"C:\Program Files\nodejs\npm.cmd" run start:dev
Debugger listening on ws://127.0.0.1:62087/62bfab6e-d62f-4966-85c2-62dfe5a390df
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Waiting for the debugger to disconnect...
^C^C
进程已结束,退出代码 1
看提示像是发送 control-c 2 次。但以运行方式却可以正常运行。
1
hua123s 2022-05-24 11:20:12 +08:00
|
2
hua123s 2022-05-24 11:24:34 +08:00
不过说实在,新版本真的太难用了,BUG 多的一批。
|
3
Dragonphy 2022-05-24 21:27:19 +08:00
nodejs 安装会在 windows 上会各种拉屎,所以我把它放到 wsl 里面了
|
4
mikulch 2022-05-30 10:37:27 +08:00
我还准备 vscode 换 webstorm ,你这帖子发了我犹豫了。
|