Skip to content

Commit

Permalink
Merge pull request #4024 from taosdata/hotfix/TD-1825
Browse files Browse the repository at this point in the history
update the readme-win.md
  • Loading branch information
guanshengliang authored Oct 28, 2020
2 parents 5268198 + 3028e23 commit c91f637
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tests/examples/nodejs/README-win.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,18 @@ Query OK, 1 row(s) in set (0.036000s)
npm init
```

(2)安装td2.0-connector驱动
(2)安装windows-build-tools
```
npm install --global --production windows-build-tools
```

(3)安装td2.0-connector驱动

``` tdshell
npm install td2.0-connector
```

3)nodejs访问tdengine的示例程序
4)nodejs访问tdengine的示例程序

```javascript
const taos = require('td2.0-connector');
Expand Down Expand Up @@ -133,7 +138,7 @@ function printSql(sql, succeed, cost) {
}
```

4)测试nodejs程序
5)测试nodejs程序

```shell
>node nodejsChecker.js
Expand Down

0 comments on commit c91f637

Please sign in to comment.