Skip to content

Commit de2aebb

Browse files
committed
Mention https_proxy which is needed for npm 5
1 parent 47eddc8 commit de2aebb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

INSTALL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ example:
170170

171171
```
172172
export http_proxy=http://my-proxy.example.com:80/
173+
export https_proxy=http://my-proxy.example.com:80/
173174
```
174175

175176
Install node-oracledb from the
@@ -280,6 +281,7 @@ example:
280281

281282
```
282283
export http_proxy=http://my-proxy.example.com:80/
284+
export https_proxy=http://my-proxy.example.com:80/
283285
```
284286

285287
Install node-oracledb from the
@@ -399,6 +401,7 @@ example:
399401

400402
```
401403
export http_proxy=http://my-proxy.example.com:80/
404+
export https_proxy=http://my-proxy.example.com:80/
402405
```
403406

404407
Install node-oracledb from the
@@ -475,6 +478,7 @@ example:
475478

476479
```
477480
export http_proxy=http://my-proxy.example.com:80/
481+
export https_proxy=http://my-proxy.example.com:80/
478482
```
479483

480484
Install node-oracledb from the
@@ -604,6 +608,7 @@ example:
604608

605609
```
606610
set http_proxy=http://my-proxy.example.com:80/
611+
set https_proxy=http://my-proxy.example.com:80/
607612
```
608613

609614
Install node-oracledb from the
@@ -725,6 +730,7 @@ example:
725730

726731
```
727732
export http_proxy=http://my-proxy.example.com:80/
733+
export https_proxy=http://my-proxy.example.com:80/
728734
```
729735

730736
Set the compiler to GCC:
@@ -817,6 +823,7 @@ example:
817823

818824
```
819825
export http_proxy=http://my-proxy.example.com:80/
826+
export https_proxy=http://my-proxy.example.com:80/
820827
```
821828

822829
Install node-oracledb from the

0 commit comments

Comments
 (0)