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
When downloading the chromium binary **node-chromium** will use `npm`s configured proxy to establish HTTP(S) connections. The proxy used by `npm` can be configured using
34
+
When downloading the chromium binary **node-chromium** will use the proxy configured for `npm` to establish HTTP(S) connections. The proxy used by `npm` can be configured using
35
35
```
36
36
npm config set proxy http://<username>:<password>@<the.proxy.hostname>:<port>
37
37
npm config set https-proxy http://<username>:<password>@<the.proxy.hostname>:<port
0 commit comments