You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] ui5Framework: Respect npm proxy configuration to fetch libraries
This commit fixes a regression caused via #579
The proxy functionality relies on the agent option so it must not be
disabled when using a proxy.
This again enables proxy support but doesn't solve potential
"Socket Timeout" issues that might also appear when using a proxy
(see #579).
The https-proxy option is now also taken into account, which didn't work
before due to missing normalization from https-proxy to httpsProxy.
Fixes: SAP/ui5-tooling#822
0 commit comments