Commit 498c3b8
committed
Include specific npm proxy config, to ensure it works reliably
On my machine, node 10 + npm 6.4.1 seems to work fine, but using
some older node or npm version combinations skips the proxy
entirely, or sometimes has issues due to Request sending bad
CONNECT requests in concert with global-agent. This fixes that,
by ensuring npm 100% understands what's going on.1 parent f300a55 commit 498c3b8
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
258 | 261 | | |
259 | 262 | | |
260 | 263 | | |
| |||
0 commit comments