We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6218abb commit 00be59eCopy full SHA for 00be59e
README.md
@@ -8,7 +8,7 @@
8
9
本站基于 [VitePress](https://github.com/vuejs/vitepress) 和 [@vue/theme](https://github.com/vuejs/vue-theme) 建立。网站内容以 Markdown 格式书写,位于 `src` 文件夹中。
10
11
-确保使用 [pnpm](https://pnpm.io/) 作为包管理工具:
+确保 [Node.js](https://nodejs.org/en/) 版本 >= 16 以及使用 [pnpm](https://pnpm.io/) 作为包管理工具:
12
13
```sh
14
pnpm i
package.json
@@ -1,4 +1,7 @@
1
{
2
+ "engines": {
3
+ "node": ">= 16"
4
+ },
5
"scripts": {
6
"dev": "vitepress",
7
"build": "vitepress build",
0 commit comments