Skip to content

Commit edf3e5e

Browse files
ulivzyyx990803
authored andcommitted
docs: add node version warning. (#65)
1 parent 3c9db8b commit edf3e5e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Contributions are welcome!
3737

3838
## Development
3939

40+
> Please make sure your version of Node.js is greater than 8.
41+
4042
``` bash
4143
yarn
4244
yarn dev # serves VuePress' own docs with itself

Diff for: docs/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ vuepress dev
2828
# build to static files
2929
vuepress build
3030
```
31+
32+
::: warning NODE VERSION
33+
Please make sure your version of Node.js is greater than 8.
34+
:::

0 commit comments

Comments
 (0)