gpt4 book ai didi

node.js - ( Node :11684) [DEP0062] DeprecationWarning: `node --inspect --debug-brk` is deprecated. 请改用 `node --inspect-brk`

转载 作者:太空宇宙 更新时间:2023-11-03 21:52:58 26 4
gpt4 key购买 nike

自从升级 NodeJs 以来,我从 Visual Studio 2017 运行 Nodejs 时遇到此错误。

断点也不起作用。有任何解决这个问题的方法吗?

注意:VS版本是15.5.6NodeJS 版本 8.9.4

最佳答案

我遇到了同样的问题,以下内容对我有用。

第一个解决方案

将 launch.json 更改为

< "protocol": "legacy",
> "protocol": "auto",

这应该有效。

第二个解决方案

在 package.json 中:

scripts: {
"debug": "DEBUG=pd* nodemon --inspect-brk --harmony --nolazy server.js"
}

然后是来自最新 VS Code 的 Node 的默认调试启动配置:

{  
"type": "node",
"request": "attach",
"name": "Attach",
"port": 9229
}

两者都为我工作。

关于node.js - ( Node :11684) [DEP0062] DeprecationWarning: `node --inspect --debug-brk` is deprecated. 请改用 `node --inspect-brk`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48623841/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com