@@ -153,7 +153,7 @@ version 2.0.
153
153
- Run `npm install oracledb`, or add `oracledb` to your `package.json`
154
154
dependencies. This installs from the [npm registry][4].
155
155
156
- Windows users will require the [Visual Studio 2015
156
+ Windows users will require the [Visual Studio 2017
157
157
Redistributable][27].
158
158
159
159
- If a binary is not available, you will need to compile node-oracledb
@@ -162,7 +162,7 @@ version 2.0.
162
162
- Install [ Python 2.7] [ 2 ]
163
163
164
164
- Install a C Compiler such as Xcode, GCC, Visual Studio
165
- 2015 , or similar.
165
+ 2017 , or similar.
166
166
167
167
- Run ` npm install oracle/node-oracledb.git#v4.0.0 ` , or add
168
168
` oracle/node-oracledb.git#v4.0.0 ` to your ` package.json `
@@ -807,7 +807,7 @@ Questions and issues can be posted as [GitHub Issues][10].
807
807
808
808
Review the generic [ prerequisites] ( #prerequisites ) .
809
809
810
- The pre-built binaries were built with Visual Studio 2015 and require
810
+ The pre-built binaries were built with Visual Studio 2017 and require
811
811
the matching [ redistributable] [ 27 ] .
812
812
813
813
You may need Administrator privileges to set environment variables or
@@ -948,7 +948,7 @@ Questions and issues can be posted as [GitHub Issues][10].
948
948
949
949
Review the generic [ prerequisites] ( #prerequisites ) .
950
950
951
- The pre-built binaries were built with Visual Studio 2015 and require
951
+ The pre-built binaries were built with Visual Studio 2017 and require
952
952
the matching [ redistributable] [ 27 ] .
953
953
954
954
The Oracle software can be either a database home or a full Oracle
@@ -1287,7 +1287,7 @@ Install a C compiler:
1287
1287
- On macOS install Xcode from the Mac App store.
1288
1288
1289
1289
- On Windows, install a C build environment such as Microsoft
1290
- Visual Studio 2015 . Compilers supported by Oracle libraries are
1290
+ Visual Studio 2017 . Compilers supported by Oracle libraries are
1291
1291
found in [ Oracle documentation] [ 23 ] for each version, for example
1292
1292
[ Oracle Database Client Installation Guide for
1293
1293
Microsoft Windows] [ 24 ] . Some users report that the npm
0 commit comments