@@ -153,7 +153,7 @@ version 2.0.
153153 - Run `npm install oracledb`, or add `oracledb` to your `package.json`
154154 dependencies. This installs from the [npm registry][4].
155155
156- Windows users will require the [Visual Studio 2015
156+ Windows users will require the [Visual Studio 2017
157157 Redistributable][27].
158158
159159 - If a binary is not available, you will need to compile node-oracledb
@@ -162,7 +162,7 @@ version 2.0.
162162 - Install [ Python 2.7] [ 2 ]
163163
164164 - Install a C Compiler such as Xcode, GCC, Visual Studio
165- 2015 , or similar.
165+ 2017 , or similar.
166166
167167 - Run ` npm install oracle/node-oracledb.git#v4.0.0 ` , or add
168168 ` 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].
807807
808808Review the generic [ prerequisites] ( #prerequisites ) .
809809
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
811811the matching [ redistributable] [ 27 ] .
812812
813813You may need Administrator privileges to set environment variables or
@@ -948,7 +948,7 @@ Questions and issues can be posted as [GitHub Issues][10].
948948
949949Review the generic [ prerequisites] ( #prerequisites ) .
950950
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
952952the matching [ redistributable] [ 27 ] .
953953
954954The Oracle software can be either a database home or a full Oracle
@@ -1287,7 +1287,7 @@ Install a C compiler:
12871287- On macOS install Xcode from the Mac App store.
12881288
12891289- 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
12911291 found in [ Oracle documentation] [ 23 ] for each version, for example
12921292 [ Oracle Database Client Installation Guide for
12931293 Microsoft Windows] [ 24 ] . Some users report that the npm
0 commit comments