@@ -105,8 +105,8 @@ information about older versions.
105
105
- Install a C Compiler such as Xcode, GCC, Visual Studio
106
106
2017, or similar.
107
107
108
- - Run ` npm install oracle/node-oracledb.git#v4.0.1 ` , or add
109
- ` oracle/node-oracledb.git#v4.0.1 ` to your ` package.json `
108
+ - Run ` npm install oracle/node-oracledb.git#v4.0.2 ` , or add
109
+ ` oracle/node-oracledb.git#v4.0.2 ` to your ` package.json `
110
110
dependencies. Substitute your desired [ GitHub tag] [ 40 ] .
111
111
112
112
- Add Oracle 19, 18, 12, or 11.2 client libraries to your operating
@@ -1006,19 +1006,19 @@ export CC=gcc
1006
1006
```
1007
1007
1008
1008
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
1009
- example ` v4.0.1 ` , and use the ` npm ` package manager (which is
1009
+ example ` v4.0.2 ` , and use the ` npm ` package manager (which is
1010
1010
included in Node.js) to install it.
1011
1011
1012
1012
If you have the ` git ` utility, you can install with:
1013
1013
1014
1014
```
1015
- npm install oracle/node-oracledb.git#v4.0.1
1015
+ npm install oracle/node-oracledb.git#v4.0.2
1016
1016
```
1017
1017
1018
1018
Otherwise install using:
1019
1019
1020
1020
```
1021
- npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.1 /oracledb-src-4.0.1 .tgz
1021
+ npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.2 /oracledb-src-4.0.2 .tgz
1022
1022
```
1023
1023
1024
1024
#### 3.9.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1125,19 +1125,19 @@ export MAKE=gmake
1125
1125
```
1126
1126
1127
1127
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
1128
- example ` v4.0.1 ` , and use the ` npm ` package manager (which is
1128
+ example ` v4.0.2 ` , and use the ` npm ` package manager (which is
1129
1129
included in Node.js) to install it.
1130
1130
1131
1131
If you have the ` git ` utility, you can install with:
1132
1132
1133
1133
```
1134
- npm install oracle/node-oracledb.git#v4.0.1
1134
+ npm install oracle/node-oracledb.git#v4.0.2
1135
1135
```
1136
1136
1137
1137
Otherwise install using:
1138
1138
1139
1139
```
1140
- npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.1 /oracledb-src-4.0.1 .tgz
1140
+ npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.2 /oracledb-src-4.0.2 .tgz
1141
1141
```
1142
1142
1143
1143
#### 3.9.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1240,12 +1240,12 @@ The `git` utility is required for this method.
1240
1240
1241
1241
Build node-oracledb from source code by changing the package specifier
1242
1242
so that ` npm ` downloads from GitHub instead of from npmjs.com. For
1243
- example, to install the code from the GitHub tag 'v4.0.1 ', add
1244
- ` oracle/node-oracledb#v4.0.1 ` to your ` package.json ` dependencies, or
1243
+ example, to install the code from the GitHub tag 'v4.0.2 ', add
1244
+ ` oracle/node-oracledb#v4.0.2 ` to your ` package.json ` dependencies, or
1245
1245
use the command:
1246
1246
1247
1247
```
1248
- npm install oracle/node-oracledb#v4.0.1
1248
+ npm install oracle/node-oracledb#v4.0.2
1249
1249
```
1250
1250
1251
1251
This will download, compile and install node-oracledb.
@@ -1259,7 +1259,7 @@ Users without `git`, or with older versions of `npm` such as included in
1259
1259
Node.js 6, may alternatively need to use pre-bundled source code:
1260
1260
1261
1261
```
1262
- npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.1 /oracledb-src-4.0.1 .tgz
1262
+ npm install https://github.com/oracle/node-oracledb/releases/download/v4.0.2 /oracledb-src-4.0.2 .tgz
1263
1263
```
1264
1264
1265
1265
Note it may take some time before compilation begins due to the slow
@@ -1293,7 +1293,7 @@ installing.
1293
1293
#### <a name =" nogithubaccess " ></a > 3.10.3 Compiling node-oracledb without GitHub Access
1294
1294
1295
1295
Some companies block access to github.com so compiling source code
1296
- from GitHub with ` npm install oracle/node-oracledb.git#v4.0.1 ` will
1296
+ from GitHub with ` npm install oracle/node-oracledb.git#v4.0.2 ` will
1297
1297
fail.
1298
1298
1299
1299
Oracle has a mirror of the GitHub repository source code that can be
@@ -1398,7 +1398,7 @@ See [Node.js for Oracle Linux][46] for details.
1398
1398
You can host node-oracledb packages locally.
1399
1399
1400
1400
Download the node-oracledb package from npm, for example from
1401
- [ ` https://registry.npmjs.com/oracledb/-/oracledb-4.0.1 .tgz ` ] ( https://registry.npmjs.com/oracledb/-/oracledb-4.0.1 .tgz )
1401
+ [ ` https://registry.npmjs.com/oracledb/-/oracledb-4.0.2 .tgz ` ] ( https://registry.npmjs.com/oracledb/-/oracledb-4.0.2 .tgz )
1402
1402
Alternatively, if you want to build your own binaries and
1403
1403
node-oracledb package, the maintainer scripts in
1404
1404
[ /package] ( https://github.com/oracle/node-oracledb/tree/master/package )
@@ -1407,19 +1407,19 @@ can be used. See
1407
1407
for details.
1408
1408
1409
1409
If you make the package accessible on your local web server, for
1410
- example at www.example.com/oracledb-4.0.1 .tgz , then your
1410
+ example at www.example.com/oracledb-4.0.2 .tgz , then your
1411
1411
install command would be:
1412
1412
1413
1413
```
1414
- npm install https://www.example.com/oracledb-4.0.1 .tgz
1414
+ npm install https://www.example.com/oracledb-4.0.2 .tgz
1415
1415
```
1416
1416
1417
1417
or your ` package.json ` would contain:
1418
1418
1419
1419
```
1420
1420
. . .
1421
1421
"dependencies": {
1422
- "oracledb": "https://www.example.com/oracledb-4.0.1 .tgz"
1422
+ "oracledb": "https://www.example.com/oracledb-4.0.2 .tgz"
1423
1423
},
1424
1424
. . .
1425
1425
```
0 commit comments