gpt4 book ai didi

node.js - 无法在 electron-forge 中使用 electron-packager 构建

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

我已经用 electron-forge 创建了一个默认项目。当我尝试使用命令 electron-forge 打包我的项目时,进程退出并出现以下错误。

我做错了什么?我按照说明在 electron-forge 开球。 .

$ electron-forge package
✔ Checking your system
✔ Preparing to Package Application for arch: x64
✔ Compiling Application
✔ Preparing native dependencies
⠦ Packaging Application
An unhandled rejection has occurred inside Forge:
Command failed: npm prune --production
npm WARN electron-example@1.0.0 No repository field.

npm ERR! May not delete: /tmp/electron-packager/linux-x64/electron-example-linux-x64/resources/app/node_modules/.bin

npm ERR! A complete log of this run can be found in:
npm ERR! /home/maxchehab/.npm/_logs/2017-07-21T04_40_37_618Z-debug.log

Error: Command failed: npm prune --production
npm WARN electron-example@1.0.0 No repository field.

npm ERR! May not delete: /tmp/electron-packager/linux-x64/electron-example-linux-x64/resources/app/node_modules/.bin

npm ERR! A complete log of this run can be found in:
npm ERR! /home/maxchehab/.npm/_logs/2017-07-21T04_40_37_618Z-debug.log

at ChildProcess.exithandler (child_process.js:270:12)
at emitTwo (events.js:125:13)
at ChildProcess.emit (events.js:213:7)
at maybeClose (internal/child_process.js:921:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)

感谢您的宝贵时间。

最佳答案

看起来最新版本的 npm 引入了 electron make 过程的错误。问题正在这里被跟踪。 Github Issue

尝试此解决方法以获得可能的修复(未经测试):

rm -rf node_modules
npm install --production --ignore-scripts
npm install --no-save electron-rebuild --ignore-scripts
node_modules/.bin/electron-rebuild
npm remove electron-rebuild --ignore-scripts

或者将您的 npm 降级到低于 5.3 的版本(已测试,有效)。

npm i -g npm@5.2

关于node.js - 无法在 electron-forge 中使用 electron-packager 构建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45229218/

24 4 0
文章推荐: node.js - 如何从导出环境变量的 npm 脚本运行 bash 脚本
文章推荐: php - 无法为新闻条目生成 TYPO3 tt_news 类别树
文章推荐: php - (Docker) 收到错误 : docker-php-source: no such file or directory when building docker file
文章推荐: html - 我的想法哪里错了?浏览器缩放简单的
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com