Skip to content

Commit 426e520

Browse files
committed
Add section on README about the recommended Node.js version.
1 parent a4ee2a2 commit 426e520

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ pnpm run dev
2020
## Working on the theme
2121

2222
If changes need to made for the theme, check out the [instructions for developing the theme alongside the docs](https://github.com/vuejs/vue-theme#developing-with-real-content).
23+
24+
## Node.js Version Requirement
25+
26+
This project uses JavaScript's new features like optional chaining, so it is recommended to use `v14.0.0` or higher.

0 commit comments

Comments
 (0)