Merge pull request #5129 from taosdata/docs/sangshuduo/TD-2920-nodejs-connector-doc-update

[TD-2920] <doc>: nodejs connector update for 2.0.6.
This commit is contained in:
Elias Soong 2021-02-03 16:51:43 +08:00 committed by GitHub
commit e8d21b8356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ npm install td2.0-connector
### Linux
- `python` (建议`v2.7` , `v3.x.x` 目前还不支持)
- `node` 必须采用v10.x版本其他版本存在包兼容性的问题。
- `node` 2.0.6支持v12.x和v10.x2.0.5及更早版本支持v10.x版本其他版本可能存在包兼容性的问题。
- `make`
- c语言编译器比如<a href="https://gcc.gnu.org">GCC</a>