@@ -1368,7 +1368,7 @@ of Node.js and operating system, you can install manually:
1368
1368
` oracledb-3.0.0.tgz ` .
1369
1369
1370
1370
Also download the appropriate binary package, for example
1371
- ` oracledb-v3.0.0-node-v57 -darwin-x64.gz ` . To determine the correct
1371
+ ` oracledb-v3.0.0-node-abi57 -darwin-x64.gz ` . To determine the correct
1372
1372
binary package, find your Node.js module version, platform and
1373
1373
architecture using:
1374
1374
@@ -1379,7 +1379,7 @@ of Node.js and operating system, you can install manually:
1379
1379
For example, when installing node-oracledb 3.0.0 on macOS with
1380
1380
Node.js 8, these commands will show the module version is '57', the
1381
1381
platform is 'darwin' and the architecture is 'x64'. The package to
1382
- download is ` oracledb-v3.0.0-node-v57 -darwin-x64.gz `
1382
+ download is ` oracledb-v3.0.0-node-abi57 -darwin-x64.gz `
1383
1383
1384
1384
If an appropriate package is not available, follow the
1385
1385
[ Node-oracledb Installation Instructions] ( #instructions ) for your
@@ -1427,7 +1427,7 @@ of Node.js and operating system, you can install manually:
1427
1427
to unarchive the binary package, for example:
1428
1428
1429
1429
```
1430
- node extractpackage.js path=oracledb-v3.0.0-node-v57 -darwin-x64.gz
1430
+ node extractpackage.js path=oracledb-v3.0.0-node-abi57 -darwin-x64.gz
1431
1431
```
1432
1432
1433
1433
- Create the subdirectory ` node_modules/oracledb/build/Release ` and
0 commit comments