There was an error while loading. Please reload this page.
1 parent 3c9db8b commit edf3e5eCopy full SHA for edf3e5e
README.md
@@ -37,6 +37,8 @@ Contributions are welcome!
37
38
## Development
39
40
+> Please make sure your version of Node.js is greater than 8.
41
+
42
``` bash
43
yarn
44
yarn dev # serves VuePress' own docs with itself
docs/README.md
@@ -28,3 +28,7 @@ vuepress dev
28
# build to static files
29
vuepress build
30
```
31
32
+::: warning NODE VERSION
33
+Please make sure your version of Node.js is greater than 8.
34
+:::
0 commit comments