gpt4 book ai didi

node.js - 运行时带有 pkg​​ ERR_INSPECTOR_NOT_AVAILABLE 的包 Node

转载 作者:行者123 更新时间:2023-12-05 06:56:33 25 4
gpt4 key购买 nike

我正在玩 pkg 来打包我从博客文章中获得的命令行示例。可执行文件创建良好,但当我尝试运行可执行文件时,出现以下错误:

pkg/prelude/bootstrap.js:1244
throw error;
^

Error [ERR_INSPECTOR_NOT_AVAILABLE]: Inspector is not available
at inspector.js:24:9
at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:276:7)
at NativeModule.compileForPublicLoader (internal/bootstrap/loaders.js:218:10)
at loadNativeModule (internal/modules/cjs/helpers.js:25:9)
at Function.Module._load (internal/modules/cjs/loader.js:906:15)
at Module.require (internal/modules/cjs/loader.js:1087:19)
at Module.require (pkg/prelude/bootstrap.js:1225:31)
at require (internal/modules/cjs/helpers.js:73:18)
at Object.<anonymous> (/snapshot/ginit/lib/repo.js:11:17)
at Module._compile (pkg/prelude/bootstrap.js:1320:22) {
code: 'ERR_INSPECTOR_NOT_AVAILABLE'
}

我把包放在了github上,这里是链接:Link to github

非常感谢任何有关如何让它工作的帮助。

最佳答案

当我们尝试以 DEBUG 模式启动可执行文件时出现此错误。

由于pkg 不允许检查 可执行文件的运行时代码,因此出现此错误Inspector 不可用

我试图从另一个程序(在 DEBUG 模式下运行)spawn 可执行文件,它导致了同样的问题。但是,当我以正常 模式启动程序时,它运行得非常好

关于node.js - 运行时带有 pkg​​ ERR_INSPECTOR_NOT_AVAILABLE 的包 Node ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65101350/

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