Skip to content

Commit 7a01780

Browse files
committed
Binary package file names changed in 3.0
1 parent 4ab866a commit 7a01780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ of Node.js and operating system, you can install manually:
13681368
`oracledb-3.0.0.tgz`.
13691369

13701370
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
13721372
binary package, find your Node.js module version, platform and
13731373
architecture using:
13741374

@@ -1379,7 +1379,7 @@ of Node.js and operating system, you can install manually:
13791379
For example, when installing node-oracledb 3.0.0 on macOS with
13801380
Node.js 8, these commands will show the module version is '57', the
13811381
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`
13831383

13841384
If an appropriate package is not available, follow the
13851385
[Node-oracledb Installation Instructions](#instructions) for your
@@ -1427,7 +1427,7 @@ of Node.js and operating system, you can install manually:
14271427
to unarchive the binary package, for example:
14281428

14291429
```
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
14311431
```
14321432

14331433
- Create the subdirectory `node_modules/oracledb/build/Release` and

0 commit comments

Comments
 (0)