未验证 提交 ba73ba93 编写于 作者: X xiaolei li 提交者: GitHub

docs(driver): add macOS installation instructors for node (#19796)

* docs(driver):add macOS installation instructors for node

* docs(driver):node add install EN macos install instruction

* docs(driver):fix typo

* docs: refine a bit

---------
Co-authored-by: sangshuduo's avatarShuduo Sang <sangshuduo@gmail.com>
上级 dc3ef85a
......@@ -60,9 +60,19 @@ Please refer to [version support list](/reference/connector#version-support)
- `python` (recommended for `v2.7` , `v3.x.x` currently not supported)
- `@tdengine/client` 3.0.0 supports Node.js LTS v10.9.0 or later and Node.js LTS v12.8.0 or later. Older versions may be incompatible.
- `make`
- C compiler, [GCC](https://gcc.gnu.org) v4.8.5 or higher
- C compiler, [GCC](https://gcc.gnu.org) v4.8.5 or later.
</TabItem>
<TabItem value="macOS" label="macOS installation dependencies">
- `python` (recommended for `v2.7` , `v3.x.x` currently not supported)
- `@tdengine/client` 3.0.0 currently supports Node.js from v12.22.12, but only later versions of v12. Other versions may be incompatible.
- `make`
- C compiler, [GCC](https://gcc.gnu.org) v4.8.5 or later.
</TabItem>
<TabItem value="Windows" label="Windows system installation dependencies">
- Installation method 1
......@@ -250,4 +260,4 @@ let cursor = conn.cursor();
## API Reference
[API Reference](https://docs.taosdata.com/api/td2.0-connector/)
\ No newline at end of file
[API Reference](https://docs.taosdata.com/api/td2.0-connector/)
......@@ -62,6 +62,16 @@ REST 连接器支持所有能运行 Node.js 的平台。
- C 语言编译器,[GCC](https://gcc.gnu.org) v4.8.5 或更高版本
</TabItem>
<TabItem value="macOS" label="macOS 系统安装依赖工具">
- `python` (建议`v2.7` , `v3.x.x` 目前还不支持)
- `@tdengine/client` 3.0.0 目前是只支持 Node.js v12.22.12 或 v12 的更高版本;其他版本可能存在包兼容性的问题
- `make`
- C 语言编译器,[GCC](https://gcc.gnu.org) v4.8.5 或更高版本
</TabItem>
<TabItem value="Windows" label="Windows 系统安装依赖工具">
- 安装方法 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册