Skip to content

Commit 3917f2b

Browse files
CON-261 CON-260: Document support node v18 + update node-gyp requirements (#125) (#126)
* CON-261: Document support node v18 CON-260: Update node-gyp requirements * CON-260: PR feedback (cherry picked from commit eaca3ee)
1 parent 38f2c7f commit 3917f2b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

docs/getting_started.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ Or the GitHub repository:
2323
In order to access the examples, run npm with the GitHub repository.
2424

2525
npm uses `node-gyp <https://github.com/nodejs/node-gyp>`__ to locally compile some of *Connector*'s
26-
dependencies. This requires Python 2.7 (it will not work with Python 3) and a relatively recent C++
27-
compiler (such as gcc 4.8+).
28-
29-
On Windows systems, you can install the `Windows Build Tools <https://www.npmjs.com/package/windows-build-tools>`__,
30-
which include both the Visual C++ compiler and Python 2.7.
26+
dependencies. node-gyp requires a Python installation and a C++ compiler. Please refer
27+
to the `node-gyp documentation <https://github.com/nodejs/node-gyp#installation>`__
28+
for more details.
3129

3230
For more information, see :ref:`Supported Platforms`.
3331

docs/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Release Notes
44
Supported Platforms
55
-------------------
66

7-
*Connector* works with Node.js v17. It can also be used with
7+
*Connector* works with Node.js v17-18. It can also be used with
88
Node.js versions 10.20.x through 13.x.x, except for versions
99
11.x.x and 12.19.x [#f1]_.
1010

0 commit comments

Comments
 (0)