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
I planned to use npm-lazy-mirror in an internal network where all systems have to use a proxy for outbound connections.
The npm-lazy-mirror does not honor npm proxy settings (npm config) or http_proxy/https_proxy environment variables.
Either use the defaults (from npm or env variables) or allow a configuration section for proxy configuration.
The text was updated successfully, but these errors were encountered:
Why use only HTTP_PROXY but not http_proxy evnironment variables? I find that most apps either only support the lowercase variant (git, curl), or both, but only supporting uppercase seems rare.
I planned to use npm-lazy-mirror in an internal network where all systems have to use a proxy for outbound connections.
The npm-lazy-mirror does not honor npm proxy settings (npm config) or http_proxy/https_proxy environment variables.
Either use the defaults (from npm or env variables) or allow a configuration section for proxy configuration.
The text was updated successfully, but these errors were encountered: