better-sqlite3 icon indicating copy to clipboard operation
better-sqlite3 copied to clipboard

Switch download to support proxies

Open sdesmond46 opened this issue 2 years ago • 0 comments

The built-in https library does not support reading the standard https_proxy or http_proxy environment variables. This prevents the download from working in environments that require the use of a proxy. This change here simply switches to use the axios http client which supports those environment variables.

sdesmond46 avatar Jun 12 '23 18:06 sdesmond46