@@ -120,7 +120,13 @@ If you are behind a firewall, you may need to set your proxy, for
120
120
example:
121
121
122
122
```
123
- npm config set https-proxy http://my-proxy.example.com:80
123
+ export http_proxy=http://my-proxy.example.com:80/
124
+ ```
125
+
126
+ or, in ` csh ` :
127
+
128
+ ```
129
+ setenv http_proxy http://my-proxy.example.com:80/
124
130
```
125
131
126
132
Install node-oracledb from the
@@ -238,7 +244,13 @@ If you are behind a firewall, you may need to set your proxy, for
238
244
example:
239
245
240
246
```
241
- npm config set https-proxy http://my-proxy.example.com:80
247
+ export http_proxy=http://my-proxy.example.com:80/
248
+ ```
249
+
250
+ or, in ` csh ` :
251
+
252
+ ```
253
+ setenv http_proxy http://my-proxy.example.com:80/
242
254
```
243
255
244
256
Install node-oracledb from the
@@ -321,7 +333,13 @@ If you are behind a firewall, you may need to set your proxy, for
321
333
example:
322
334
323
335
```
324
- npm config set https-proxy http://my-proxy.example.com:80
336
+ export http_proxy=http://my-proxy.example.com:80/
337
+ ```
338
+
339
+ or, in ` csh ` :
340
+
341
+ ```
342
+ setenv http_proxy http://my-proxy.example.com:80/
325
343
```
326
344
327
345
Install node-oracledb from the
@@ -433,7 +451,13 @@ If you are behind a firewall, you may need to set your proxy, for
433
451
example:
434
452
435
453
```
436
- npm config set https-proxy http://my-proxy.example.com:80
454
+ export http_proxy=http://my-proxy.example.com:80/
455
+ ```
456
+
457
+ or, in ` csh ` :
458
+
459
+ ```
460
+ setenv http_proxy http://my-proxy.example.com:80/
437
461
```
438
462
439
463
Install node-oracledb from the
@@ -570,7 +594,7 @@ If you are behind a firewall you may need to set your proxy, for
570
594
example:
571
595
572
596
```
573
- npm config set https-proxy http://my-proxy.example.com:80
597
+ set http_proxy= http://my-proxy.example.com:80/
574
598
```
575
599
576
600
Install node-oracledb from the
0 commit comments