Closed leftstick closed 1 year ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
I met with same issue... set npm_config_disturl doesn't help. This need to be resolved
You can add npm_config_disturl env, but it will be override in packages/app-builder-lib/src/util/yarn.ts:getGypEnv :
For solve this, I just add this code with patch-package in
Electron-Builder Version: 23.6.0
Node Version: 16.15.1
Electron Version:21.2.0
Electron Type (current, beta, nightly):current
Target: mac, dmg
when i run below command:
I got following error:
The reason i think should be my laptop network, it is a company network behind a private proxy. And
electron-builder
seems not read the system proxy variable(HTTP_PROXY
,HTTPS_PROXY
), so the download failedI can download the header file manually on my laptop, and launch a static server locally. So i am wondering if there is way to specify the download URL?