awslabs/aws-crt-nodejs

npm-force-resolutions does not support proxies

Clete2 opened this issue · 3 comments

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?

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.

Confirmed. Thank you @sbSteveK !