当前位置:网站首页>Solution to failure or slow downloading of electron when electron uses electron builder to package
Solution to failure or slow downloading of electron when electron uses electron builder to package
2022-07-03 14:08:00 【Cheat the old traditional Chinese medicine in the Jianghu】
error message
Building app with electron-builder:
• electron-builder version=22.14.5 os=10.0.19042
• description is missed in the package.json appPackageFile=E:\h-world\hscmweb-diagrams\dist_electron\bundled\package.json
• author is missed in the package.json appPackageFile=E:\h-world\hscmweb-diagrams\dist_electron\bundled\package.json
• writing effective config file=dist_electron\builder-effective-config.yaml
• packaging platform=win32 arch=x64 electron=12.2.3 appOutDir=dist_electron\win-unpacked
• downloading url=https://npm.taobao.org/mirrors/electron/12.2.3/electron-v12.2.3-win32-x64.zip size=83 MB parts=8
• downloaded url=https://npm.taobao.org/mirrors/electron/12.2.3/electron-v12.2.3-win32-x64.zip duration=2m22.249s
• default Electron icon is used reason=application icon is not set
• building target=nsis file=dist_electron\HSCM Setup 2.2.6.exe archs=x64 oneClick=true perMachine=false
⨯ Get "https://github.com/electron-userland/electron-builder-binaries/releases/download/nsis-resources-3.4.1/nsis-resources-3.4.1.7z": dial tcp 20.205.243.166:443: connectex: A connection attempt failed because the con
nected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
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
Under the user .npmrc Add... To the configuration file / Modify download source
registry=https://registry.npm.taobao.org/
disturl=https://npm.taobao.org/mirrors/node
electron_mirror=https://npm.taobao.org/mirrors/electron/
边栏推荐
- TS code automatically generates JS
- Qt学习21 Qt 中的标准对话框(下)
- “又土又穷”的草根高校,凭什么被称为“东北小清华”?
- Depth and breadth first traversal of tree (regardless of binary tree)
- Record 405 questions about bank callback post request
- Implementation of Muduo accept connection, disconnection and sending data
- Windos creates Cordova prompt because running scripts is prohibited on this system
- Generate directories from web content
- JVM垃圾回收机
- Back to top implementation
猜你喜欢

Conversion function and explicit

PhpMyAdmin stage file contains analysis traceability

Go language unit test 3: go language uses gocovey library to do unit test

Qt学习21 Qt 中的标准对话框(下)

Redis: redis data structure and key operation commands

Rasp implementation of PHP

Dlopen() implements dynamic loading of third-party libraries

使用vscode查看Hex或UTF-8编码

MySQL data processing value addition, deletion and modification

小项目(servelt+jsp+mysql+EL+JSTL)完成一个登录功能的Servlet,具有增删改查的操作。实现登录身份验证,防止非法登录,防止多点登录,记住用户名密码功能。
随机推荐
Analysis of the characteristics of page owner
How to delete an attribute or method of an object
Leetcode-1175. Prime Arrangements
全局事件总线
Implementation of Muduo asynchronous logging
Common plug-ins for vite project development
JS general form submission 1-onsubmit
Go language web development series 26: Gin framework: demonstrates the execution sequence of code when there are multiple middleware
Redis:字符串类型数据的操作命令
RocksDB LRUCache
Richview trvstyle liststyle list style (bullet number)
Vite project commissioning
JS Part III
小项目(servelt+jsp+mysql+EL+JSTL)完成一个登录功能的Servlet,具有增删改查的操作。实现登录身份验证,防止非法登录,防止多点登录,记住用户名密码功能。
Use vscode to view hex or UTF-8 codes
Dlopen() implements dynamic loading of third-party libraries
Simulated access
GoLand 2021.1: rename the go project
Golang - command line tool Cobra
JS continues to explore...