npm-force-resolutions does not support proxies
Clete2 opened this issue · 3 comments
Clete2 commented
Recently npm-force-resolutions
was added as a preinstall
step in this project. Unfortunately this breaks builds in environments where a corporate proxy is required.
See: rogeriochaves/npm-force-resolutions#38
Can you provide a way to workaround npm-force-resolutions
that works with a proxy?
dennisc9 commented
This is also breaking our CI environments where we use an artifactory. This fails authentication and tries to pull from npm registry bypassing our .npmrc file altogether. This should be set as a regular dependency / DevDependency or PeerDepenency.
sbSteveK commented
v1.12.5 should fix this issue: https://github.com/awslabs/aws-crt-nodejs/releases/tag/v1.12.5