@@ -170,6 +170,7 @@ example:
170
170
171
171
```
172
172
export http_proxy=http://my-proxy.example.com:80/
173
+ export https_proxy=http://my-proxy.example.com:80/
173
174
```
174
175
175
176
Install node-oracledb from the
@@ -280,6 +281,7 @@ example:
280
281
281
282
```
282
283
export http_proxy=http://my-proxy.example.com:80/
284
+ export https_proxy=http://my-proxy.example.com:80/
283
285
```
284
286
285
287
Install node-oracledb from the
@@ -399,6 +401,7 @@ example:
399
401
400
402
```
401
403
export http_proxy=http://my-proxy.example.com:80/
404
+ export https_proxy=http://my-proxy.example.com:80/
402
405
```
403
406
404
407
Install node-oracledb from the
@@ -475,6 +478,7 @@ example:
475
478
476
479
```
477
480
export http_proxy=http://my-proxy.example.com:80/
481
+ export https_proxy=http://my-proxy.example.com:80/
478
482
```
479
483
480
484
Install node-oracledb from the
@@ -604,6 +608,7 @@ example:
604
608
605
609
```
606
610
set http_proxy=http://my-proxy.example.com:80/
611
+ set https_proxy=http://my-proxy.example.com:80/
607
612
```
608
613
609
614
Install node-oracledb from the
@@ -725,6 +730,7 @@ example:
725
730
726
731
```
727
732
export http_proxy=http://my-proxy.example.com:80/
733
+ export https_proxy=http://my-proxy.example.com:80/
728
734
```
729
735
730
736
Set the compiler to GCC:
@@ -817,6 +823,7 @@ example:
817
823
818
824
```
819
825
export http_proxy=http://my-proxy.example.com:80/
826
+ export https_proxy=http://my-proxy.example.com:80/
820
827
```
821
828
822
829
Install node-oracledb from the
0 commit comments