Skip to content

Commit

Permalink
docs: change doc
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Dec 5, 2024
1 parent bc0cca4 commit e7a7b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import { withBase } from 'vitepress'

## 依赖环境

首先得有 [Node.js](https://nodejs.org/),并确保 node 版本是 12.13 或以上。
首先得有 [Node.js](https://nodejs.org/),并确保 node 版本是 `v18.12.0` 或以上。

```bash
# 打印 node 版本
node -v
v12.13.0
v18.12.0
```

推荐使用 [pnpm](https://pnpm.io/installation) 管理 npm 依赖
Expand Down

0 comments on commit e7a7b95

Please sign in to comment.