gpt4 book ai didi

node.js - child_process.js 在哪里?

转载 作者:搜寻专家 更新时间:2023-10-31 23:21:49 25 4
gpt4 key购买 nike

我正在尝试调试 forever/nodejs 的问题,我在错误日志中得到了这个堆栈跟踪:

chdir(): Permission denied

events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn EACCES
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)

在我看来,我应该能够查看名为“child_process.js”的文件的第 980 行,以查看错误发生的位置。但是,即使使用“查找”,我也无法在系统上找到这样的文件。我是不是以某种方式错过了它,还是 stracktrace 在撒谎?

最佳答案

它是 node.js 源代码的一部分。参见 https://github.com/joyent/node/blob/master/lib/child_process.js .我相信您也可以使用 Node 的内置 debugger 直接单步执行核心 Node 代码。 ,或诸如 node-inspector 之类的包.

关于node.js - child_process.js 在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22973116/

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