Skip to content

Commit 00be59e

Browse files
kaijia323wangguofengwxsms
authored
docs: Add node version description (#93)
* docs: Add node version description * Update README.md Co-authored-by: wangguofeng <[email protected]> Co-authored-by: wxsm <[email protected]>
1 parent 6218abb commit 00be59e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
本站基于 [VitePress](https://github.com/vuejs/vitepress)[@vue/theme](https://github.com/vuejs/vue-theme) 建立。网站内容以 Markdown 格式书写,位于 `src` 文件夹中。
1010

11-
确保使用 [pnpm](https://pnpm.io/) 作为包管理工具:
11+
确保 [Node.js](https://nodejs.org/en/) 版本 >= 16 以及使用 [pnpm](https://pnpm.io/) 作为包管理工具:
1212

1313
```sh
1414
pnpm i

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"engines": {
3+
"node": ">= 16"
4+
},
25
"scripts": {
36
"dev": "vitepress",
47
"build": "vitepress build",

0 commit comments

Comments
 (0)