-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proxy quirks #635
Comments
I very much doubt using npm stack would decrease the size of bundle and the attack surface, quite the contrary.
That feels something that should be reported upstream, but I'm not opposed to fix it downstream if someone sends a PR. |
BTW any reason you're not using |
corepack install
?HTTP_PROXY
,HTTPS_PROXY
environment variables, on my machine only the lowercase oneshttp_proxy
,https_proxy
have any effect on whether package installation occurs through a proxy or not.http://
orhttps://
(no address). The user's intention here is to indicate that no proxy should be used. And these URL values make larger configuration scripting a lot easier.The text was updated successfully, but these errors were encountered: