Skip to content

Commit

Permalink
docs(guide): clarify Node.js version requirement (fix #16734) (#17353)
Browse files Browse the repository at this point in the history
  • Loading branch information
younggglcy authored May 31, 2024
1 parent 4835e2b commit 147e922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The supported template presets are:
## Scaffolding Your First Vite Project

::: tip Compatibility Note
Vite requires [Node.js](https://nodejs.org/en/) version 18+. 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
Vite requires [Node.js](https://nodejs.org/en/) version 18+ or 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
:::

::: code-group
Expand Down

0 comments on commit 147e922

Please sign in to comment.