Skip to content

Commit edf3e5e

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

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
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

docs/README.md

Lines changed: 4 additions & 0 deletions
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)