We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2592af2 commit 1b6c4cdCopy full SHA for 1b6c4cd
packages/docs/docs/README.md
@@ -43,5 +43,5 @@ vuepress build
43
```
44
45
::: warning COMPATIBILITY NOTE
46
-VuePress requires Node.js >= 8.
+VuePress requires Node.js >= 8.6.
47
:::
packages/docs/docs/zh/README.md
@@ -30,5 +30,5 @@ vuepress build .
30
31
32
::: warning 注意
33
-请确保你的 Node.js 版本 >= 8。
+请确保你的 Node.js 版本 >= 8.6。
34
packages/vuepress/package.json
@@ -34,7 +34,7 @@
"cac": "^6.3.9"
35
},
36
"engines": {
37
- "node": ">=8"
+ "node": ">=8.6"
38
39
"browserslist": [
40
">1%"
0 commit comments