我正在開發 Electron 應用程式并構建可執行檔案,我正在使用electron-builder
我有以下環境:
- Electron-Builder 版本:^23.6.0,
- 節點版本:v14.21.1
- 電子版:^10.1.5
- 電子型別(current, beta, nightly):Current
- 目標:Windows
我已經安裝了 Python 3.11、node-gyp v8.4.0(最新的 9.3 給出了gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp如此回滾版本的錯誤),安裝了 Microsoft Visual Studio 2022 和 MS VS Build tools 2022。還將 python 添加到環境變數,將 VS 添加到 npm 配置。
我遇到以下錯誤:
> zinniax-chathub@2.7.0 build-installer D:\CodeMaster\ZinniaX-Chat-Frontend
> electron-builder
? electron-builder version=23.6.0 os=10.0.22621
? loaded configuration file=package.json ("build" field)
? writing effective config file=zinniax-chathub-setup\builder-effective-config.yaml
? rebuilding native dependencies dependencies=bufferutil@4.0.7, utf-8-validate@5.0.10 platform=win32 arch=x64
? packaging platform=win32 arch=x64 electron=10.4.7 appOutDir=zinniax-chathub-setup\win-unpacked
? rebuilding native dependencies dependencies=bufferutil@4.0.7, utf-8-validate@5.0.10 platform=win32 arch=ia32
? cannot execute cause=exit status 1
out=
> bufferutil@4.0.7 install D:\CodeMaster\ZinniaX-Chat-Frontend\node_modules\bufferutil
> node-gyp-build
errorOut=gyp ERR! find VS
gyp ERR! find VS msvs_version was set from command line or npm config
gyp ERR! find VS - looking for Visual Studio version 2017
gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
gyp ERR! find VS checking VS2022 (17.4.33103.184) found at:
gyp ERR! find VS "C:\Program Files\Microsoft Visual Studio\2022\Community"
gyp ERR! find VS - found "Visual Studio C core features"
gyp ERR! find VS - found VC toolset: v143
gyp ERR! find VS - missing any Windows SDK
gyp ERR! find VS checking VS2022 (17.4.33103.184) found at:
gyp ERR! find VS "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools"
gyp ERR! find VS - found "Visual Studio C core features"
gyp ERR! find VS - found VC toolset: v143
gyp ERR! find VS - missing any Windows SDK
gyp ERR! find VS could not find a version of Visual Studio 2017 or newer to use
gyp ERR! find VS looking for Visual Studio 2015
gyp ERR! find VS - not found
gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8
gyp ERR! find VS
gyp ERR! find VS valid versions for msvs_version:
gyp ERR! find VS
gyp ERR! find VS **************************************************************
gyp ERR! find VS You need to install the latest version of Visual Studio
gyp ERR! find VS including the "Desktop development with C " workload.
gyp ERR! find VS For more information consult the documentation at:
gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
gyp ERR! find VS **************************************************************
gyp ERR! find VS
gyp ERR! configure error
gyp ERR! stack Error: Could not find any Visual Studio installation to use
gyp ERR! stack at VisualStudioFinder.fail (C:\Users\faiza\AppData\Roaming\nvm\v14.21.1\node_modules\node-gyp\lib\find-visualstudio.js:122:47)
gyp ERR! stack at C:\Users\faiza\AppData\Roaming\nvm\v14.21.1\node_modules\node-gyp\lib\find-visualstudio.js:75:16
gyp ERR! stack at VisualStudioFinder.findVisualStudio2013 (C:\Users\faiza\AppData\Roaming\nvm\v14.21.1\node_modules\node-gyp\lib\find-visualstudio.js:363:14)
gyp ERR! stack at C:\Users\faiza\AppData\Roaming\nvm\v14.21.1\node_modules\node-gyp\lib\find-visualstudio.js:71:14
gyp ERR! stack at C:\Users\faiza\AppData\Roaming\nvm\v14.21.1\node_modules\node-gyp\lib\find-visualstudio.js:384:16
gyp ERR! stack at C:\Users\faiza\AppData\Roaming\nvm\v14.21.1\node_modules\node-gyp\lib\util.js:54:7
gyp ERR! stack at C:\Users\faiza\AppData\Roaming\nvm\v14.21.1\node_modules\node-gyp\lib\util.js:33:16
gyp ERR! stack at ChildProcess.exithandler (child_process.js:390:5)
gyp ERR! stack at ChildProcess.emit (events.js:400:28)
gyp ERR! stack at maybeClose (internal/child_process.js:1088:16)
gyp ERR! System Windows_NT 10.0.22621
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\faiza\\AppData\\Roaming\\nvm\\v14.21.1\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd D:\CodeMaster\ZinniaX-Chat-Frontend\node_modules\bufferutil
gyp ERR! node -v v14.21.1
gyp ERR! node-gyp -v v8.4.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! bufferutil@4.0.7 install: `node-gyp-build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bufferutil@4.0.7 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\faiza\AppData\Roaming\npm-cache\_logs\2022-11-11T06_57_00_232Z-debug.log
command='C:\Program Files\nodejs\node.exe' 'C:\Users\faiza\AppData\Roaming\nvm\v14.21.1\node_modules\npm\bin\npm-cli.js' rebuild bufferutil@4.0.7 utf-8-validate@5.0.10
workingDir=
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! zinniax-chathub@2.7.0 build-installer: `electron-builder`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the zinniax-chathub@2.7.0 build-installer script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\faiza\AppData\Roaming\npm-cache\_logs\2022-11-11T06_57_00_312Z-debug.log
我嘗試了各種解決方案:
- 洗掉節點模塊并重新安裝
- 全域重新安裝 node-gpy
- npm 更新和 npm 安裝
- 安裝的 Visual Studio 構建工具
- 嘗試使用 Python 2.7、3.x 和 win store python 版本
- VS 構建工具 2022、VS 社區 2022
但對我來說沒有任何用處。這個問題發生在我格式化我的筆記本電腦之后。早些時候它作業正常
uj5u.com熱心網友回復:
你需要安裝 python 2.7.x 然后添加到你的 PATH 環境。洗掉 node_modules 和 package-lock.json 然后再次運行 npm install。
uj5u.com熱心網友回復:
將 Electron 更新到 v21.2.3(最新)有效!
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/535923.html
上一篇:無法安裝gulp
