File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
2528npm uses `node-gyp <https://github.com/nodejs/node-gyp >`__ to locally compile some of *Connector *'s
2629dependencies. This requires Python 2.7 (it will not work with Python 3) and a relatively recent C++
2730compiler (such as gcc 4.8+).
2831
2932On Windows systems, you can install the `Windows Build Tools <https://www.npmjs.com/package/windows-build-tools >`__,
3033which include both the Visual C++ compiler and Python 2.7.
3134
35+ For more information, see :ref: `Supported Platforms `.
36+
3237Running the examples
3338~~~~~~~~~~~~~~~~~~~~
3439
You can’t perform that action at this time.
0 commit comments