SAP / generator-easy-ui5

Meta-generator various project types within the UI5 Universe
https://blogs.sap.com/2021/04/09/easy-ui5-3.0-from-community-contributions-to-community-plugins/
Apache License 2.0
230 stars 72 forks source link

fix: ensure proper support for corporate proxies #143

Closed petermuessig closed 4 months ago

petermuessig commented 4 months ago

Proxies can be passed as env variables or as npm config options. The highest precedence have the GLOBALAGENT* env variables before the regular env variables followed by the npm configuration options.

1.) env: GLOBAL_AGENT_HTTP_PROXY 2.) env: HTTP_PROXY 3.) npm: http-proxy 4.) npm: proxy

Fixes #142