We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c5a5f5 commit 472a0beCopy full SHA for 472a0be
INSTALL.md
@@ -1232,6 +1232,11 @@ Otherwise install using:
1232
npm install https://github.com/oracle/node-oracledb/releases/download/v5.0.0/oracledb-src-5.0.0.tgz
1233
```
1234
1235
+If this fails due to an invalid `cp -a` option, you can download the
1236
+node-oracledb source from GitHub. Then use `node-gyp configure`. Edit
1237
+`build/Makefile` and change the `cmd_copy` definition `cp` options from `cp -af`
1238
+to `cp -pPR`. Finally, run `node-gyp build`.
1239
+
1240
#### 3.6.4 Install the free Oracle Instant Client 'Basic' ZIP file
1241
1242
Download the **Basic** ZIP file from [Oracle Technology Network][31]
0 commit comments