Skip to content

Commit ed9b205

Browse files
Mention node.js support in getting_started.rst
1 parent 7bb63c4 commit ed9b205

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/getting_started.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,18 @@ Or the GitHub repository:
2222
2323
In order to access the examples, run npm with the GitHub repository.
2424

25+
*Connector* works with Node.js versions 8.x to 11.x. It currently doesn't work
26+
with versions 12+ because one of it dependencies is not compatible with this version.
27+
2528
npm uses `node-gyp <https://github.com/nodejs/node-gyp>`__ to locally compile some of *Connector*'s
2629
dependencies. This requires Python 2.7 (it will not work with Python 3) and a relatively recent C++
2730
compiler (such as gcc 4.8+).
2831

2932
On Windows systems, you can install the `Windows Build Tools <https://www.npmjs.com/package/windows-build-tools>`__,
3033
which include both the Visual C++ compiler and Python 2.7.
3134

35+
For more information, see :ref:`Supported Platforms`.
36+
3237
Running the examples
3338
~~~~~~~~~~~~~~~~~~~~
3439

0 commit comments

Comments
 (0)