gpt4 book ai didi

javascript - NodeJS nexe fusebox 失败

转载 作者:太空宇宙 更新时间:2023-11-04 01:33:29 39 4
gpt4 key购买 nike

我正在尝试将 NodeJS 应用程序转换为 .exe。为此,我尝试使用 pkg,但它给出了半 Node 模块的错误。所以我正在尝试下一步。但是当我执行

nexe index.js

如果出现此错误:

nexe 2.0.0-rc.34

FuseBox failed to initialize. Please check that:
- the TypeScript version installed is >= 3.0

所以我用npm list typescript -g验证nexe中安装的typescript版本是2.5.3。相反,fuse-box npm list fusion-box -g 是 3.7.0。

我还尝试在应用程序的 package.json 中添加在末尾:

"resolutions": {
"nexe/fuse-box": "3.1.0"
}

然后我还尝试重新安装 nexe:

npm i nexe@next -g

但是什么也没有,它继续给出这个错误。我该如何解决?谢谢你?或者有其他库而不是 nexe 用于转换为单个可执行文件?谢谢!

最佳答案

刚刚尝试

npm uninstall -g nexe

npm i -g nexe@next

适用于 Windows 10。

关于javascript - NodeJS nexe fusebox 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55262872/

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