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 ac3f4fa commit 3f919feCopy full SHA for 3f919fe
package/install.js
@@ -93,7 +93,7 @@ function done(err) {
93
clientUrl = 'https://www.oracle.com/technetwork/topics/intel-macsoft-096467.html';
94
installUrl = 'https://oracle.github.io/node-oracledb/INSTALL.html#instosx';
95
96
- log('** - An Oracle Instant Client Basic or Basic Light package must be in ~/lib or /usr/local/lib');
+ log('** - Oracle Instant Client Basic or Basic Light package libraries must be in ~/lib or /usr/local/lib');
97
log('** Download from ' + clientUrl);
98
} else if (process.platform === 'win32') {
99
if (process.arch === 'x64') {
0 commit comments