@@ -150,8 +150,8 @@ version 2.0.
150
150
- Install a C Compiler with support for C++ 11 (such as Xcode,
151
151
GCC 4.8, Visual Studio 2015, or similar)
152
152
153
- - Run `npm install oracle/node-oracledb.git#v3.1.0 `, or add
154
- `oracle/node-oracledb.git#v3.1.0 ` to your `package.json`
153
+ - Run `npm install oracle/node-oracledb.git#v3.1.1 `, or add
154
+ `oracle/node-oracledb.git#v3.1.1 ` to your `package.json`
155
155
dependencies. Substitute your desired [GitHub tag][40].
156
156
157
157
- Add Oracle 18, 12, or 11.2 client libraries to your operating
@@ -1030,19 +1030,19 @@ export CC=gcc
1030
1030
```
1031
1031
1032
1032
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
1033
- example ` v3.1.0 ` , and use the ` npm ` package manager (which is
1033
+ example ` v3.1.1 ` , and use the ` npm ` package manager (which is
1034
1034
included in Node.js) to install it.
1035
1035
1036
1036
If you have the ` git ` utility, you can install with:
1037
1037
1038
1038
```
1039
- npm install oracle/node-oracledb.git#v3.1.0
1039
+ npm install oracle/node-oracledb.git#v3.1.1
1040
1040
```
1041
1041
1042
1042
Otherwise install using:
1043
1043
1044
1044
```
1045
- npm install https://github.com/oracle/node-oracledb/releases/download/v3.1.0 /oracledb-src-3.1.0 .tgz
1045
+ npm install https://github.com/oracle/node-oracledb/releases/download/v3.1.1 /oracledb-src-3.1.1 .tgz
1046
1046
```
1047
1047
1048
1048
#### 3.9.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1150,19 +1150,19 @@ export MAKE=gmake
1150
1150
```
1151
1151
1152
1152
Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
1153
- example ` v3.1.0 ` , and use the ` npm ` package manager (which is
1153
+ example ` v3.1.1 ` , and use the ` npm ` package manager (which is
1154
1154
included in Node.js) to install it.
1155
1155
1156
1156
If you have the ` git ` utility, you can install with:
1157
1157
1158
1158
```
1159
- npm install oracle/node-oracledb.git#v3.1.0
1159
+ npm install oracle/node-oracledb.git#v3.1.1
1160
1160
```
1161
1161
1162
1162
Otherwise install using:
1163
1163
1164
1164
```
1165
- npm install https://github.com/oracle/node-oracledb/releases/download/v3.1.0 /oracledb-src-3.1.0 .tgz
1165
+ npm install https://github.com/oracle/node-oracledb/releases/download/v3.1.1 /oracledb-src-3.1.1 .tgz
1166
1166
```
1167
1167
1168
1168
#### 3.9.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1269,12 +1269,12 @@ The `git` utility is required for this method.
1269
1269
1270
1270
Build node-oracledb from source code by changing the package specifier
1271
1271
so that ` npm ` downloads from GitHub instead of from npmjs.com. For
1272
- example, to install the code from the GitHub tag 'v3.1.0 ', add
1273
- ` oracle/node-oracledb#v3.1.0 ` to your ` package.json ` dependencies, or
1272
+ example, to install the code from the GitHub tag 'v3.1.1 ', add
1273
+ ` oracle/node-oracledb#v3.1.1 ` to your ` package.json ` dependencies, or
1274
1274
use the command:
1275
1275
1276
1276
```
1277
- npm install oracle/node-oracledb#v3.1.0
1277
+ npm install oracle/node-oracledb#v3.1.1
1278
1278
```
1279
1279
1280
1280
This will download, compile and install node-oracledb.
@@ -1288,7 +1288,7 @@ Users without `git`, or with older versions of `npm` such as included in
1288
1288
Node.js 6, may alternatively need to use pre-bundled source code:
1289
1289
1290
1290
```
1291
- npm install https://github.com/oracle/node-oracledb/releases/download/v3.1.0 /oracledb-src-3.1.0 .tgz
1291
+ npm install https://github.com/oracle/node-oracledb/releases/download/v3.1.1 /oracledb-src-3.1.1 .tgz
1292
1292
```
1293
1293
1294
1294
Note it may take some time before compilation begins due to the slow
@@ -1320,7 +1320,7 @@ installing.
1320
1320
#### <a name =" nogithubaccess " ></a > 3.10.3 Compiling node-oracledb without GitHub Access
1321
1321
1322
1322
Some companies block access to github.com so compiling source code
1323
- from GitHub with ` npm install oracle/node-oracledb.git#v3.1.0 ` will
1323
+ from GitHub with ` npm install oracle/node-oracledb.git#v3.1.1 ` will
1324
1324
fail.
1325
1325
1326
1326
Oracle has a mirror of the GitHub repository source code that can be
@@ -1418,7 +1418,7 @@ See [Node.js for Oracle Linux][46] for details.
1418
1418
You can host node-oracledb packages locally.
1419
1419
1420
1420
Download the node-oracledb package from npm, for example from
1421
- ` https://registry.npmjs.com/oracledb/-/oracledb-3.1.0 .tgz `
1421
+ ` https://registry.npmjs.com/oracledb/-/oracledb-3.1.1 .tgz `
1422
1422
Alternatively, if you want to build your own binaries and
1423
1423
node-oracledb package, the maintainer scripts in
1424
1424
[ /package] ( https://github.com/oracle/node-oracledb/tree/master/package )
@@ -1427,19 +1427,19 @@ can be used. See
1427
1427
for details.
1428
1428
1429
1429
If you make the package accessible on your local web server, for
1430
- example at https://www.example.com/oracledb-3.1.0 .tgz , then your
1430
+ example at https://www.example.com/oracledb-3.1.1 .tgz , then your
1431
1431
install command would be:
1432
1432
1433
1433
```
1434
- npm install https://www.example.com/oracledb-3.1.0 .tgz
1434
+ npm install https://www.example.com/oracledb-3.1.1 .tgz
1435
1435
```
1436
1436
1437
1437
or your ` package.json ` would contain:
1438
1438
1439
1439
```
1440
1440
. . .
1441
1441
"dependencies": {
1442
- "oracledb": "https://www.example.com/oracledb-3.1.0 .tgz"
1442
+ "oracledb": "https://www.example.com/oracledb-3.1.1 .tgz"
1443
1443
},
1444
1444
. . .
1445
1445
```
0 commit comments