当前位置:网站首页>Electronic builder package error: proxyconnect TCP: Dial TCP: 0: connectex
Electronic builder package error: proxyconnect TCP: Dial TCP: 0: connectex
2022-04-23 07:48:00 【Brother Bing】
Error code :
$ electron-builder --win --x64
• electron-builder version=23.0.3 os=10.0.19044
• loaded configuration file=package.json ("build" field)
• description is missed in the package.json appPackageFile=D:\Demo\electron-vue3\package.json
• writing effective config file=D:\build\electron\builder-effective-config.yaml
• packaging platform=win32 arch=x64 electron=18.1.0 appOutDir=D:\build\electron\win-unpacked
⨯ Get "https://github.com/electron/electron/releases/download/v18.1.0/electron-v18.1.0-win32-x64.zip": proxyconnect tcp: dial tcp :0: connectex: The requested address is not valid in its context.
github.com/develar/app-builder/pkg/download.(*Downloader).follow.func1
/Volumes/data/Documents/app-builder/pkg/download/downloader.go:206
github.com/develar/app-builder/pkg/download.(*Downloader).follow
/Volumes/data/Documents/app-builder/pkg/download/downloader.go:234
github.com/develar/app-builder/pkg/download.(*Downloader).DownloadNoRetry
/Volumes/data/Documents/app-builder/pkg/download/downloader.go:128
github.com/develar/app-builder/pkg/download.(*Downloader).Download
/Volumes/data/Documents/app-builder/pkg/download/downloader.go:112
github.com/develar/app-builder/pkg/electron.(*ElectronDownloader).doDownload
/Volumes/data/Documents/app-builder/pkg/electron/electronDownloader.go:192
github.com/develar/app-builder/pkg/electron.(*ElectronDownloader).Download
/Volumes/data/Documents/app-builder/pkg/electron/electronDownloader.go:177
github.com/develar/app-builder/pkg/electron.downloadElectron.func1.1
/Volumes/data/Documents/app-builder/pkg/electron/electronDownloader.go:73
github.com/develar/app-builder/pkg/util.MapAsyncConcurrency.func2
/Volumes/data/Documents/app-builder/pkg/util/async.go:68
runtime.goexit
/usr/local/Cellar/go/1.17/libexec/src/runtime/asm_amd64.s:1581
⨯ D:\Demo\electron-vue3\node_modules\app-builder-bin\win\x64\app-builder.exe process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
Exit code:
1 failedTask=build stackTrace=Error: D:\Demo\electron-vue3\node_modules\app-builder-bin\win\x64\app-builder.exe process failed ERR_ELECTRON_BUILDER_CANNOT_EXECUTE
Exit code:
1
at ChildProcess.<anonymous> (D:\Demo\electron-vue3\node_modules\builder-util\src\util.ts:250:14)
at Object.onceWrapper (events.js:520:26)
at ChildProcess.emit (events.js:400:28)
at ChildProcess.cp.emit (D:\Demo\electron-vue3\node_modules\cross-spawn\lib\enoent.js:34:29)
at maybeClose (internal/child_process.js:1058:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:293:5)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
resolvent :
Browser download electron package , Put it in the C:\Users\ user name \AppData\Local\electron\Cache Under the directory .
版权声明
本文为[Brother Bing]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230625584773.html
边栏推荐
猜你喜欢

Super classic & Programming Guide (red and blue book) - Reading Notes

将指定路径下的所有SVG文件导出成PNG等格式的图片(缩略图或原图大小)

对js中argumens的简单理解

FSM finite state machine

canvas学习第一篇

Understanding the Role of Individual Units in a Deep Neural Networks(了解各个卷积核在神经网络中的作用)

Use of command line parameter passing library argparse

MySQL in window10 version does not work after setting remote access permission

The page displays the current time in real time

SAP SALV14 后台输出SALV数据可直接保存文件,发送Email(带排序、超链接、筛选格式)
随机推荐
js之DOM学习三种创建元素的方式
Event system (II) multicast events
NodeJS(六) 子进程操作
将指定路径下的所有SVG文件导出成PNG等格式的图片(缩略图或原图大小)
系统与软件安全研究(二)
SampleCameraFilter
js之预解析
King glory - unity learning journey
反转链表练习
'NPM' is not an internal or external command, nor is it a runnable program or batch file
unity 屏幕自适应
双面显示的shader
命令行参数传递库argparse的使用
Unable to process jar entry [module info. Class]
js之节点操作,为什么要学习节点操作
js之函数的两种声明方式
canvas学习第一篇
js之作用域、作用域链、全局变量和局部变量
js案例之求最大值,反转数组,冒泡排序
MySQL8.0 安装/卸载 教程【Window10版】