vite icon indicating copy to clipboard operation
vite copied to clipboard

Incomprehensible Node.js version requirement in documentation

Open p-e-w opened this issue 1 year ago • 3 comments

Documentation is

  • [ ] Missing
  • [ ] Outdated
  • [X] Confusing
  • [ ] Not sure?

Explain in Detail

The "Getting Started" guide (https://vitejs.dev/guide/) contains this sentence:

Vite requires Node.js version 18+. 20+.

That doesn't parse. What is the actual requirement? Version 18+? Version 20+? Either? Anything in between?

Your Suggestion for Changes

Make it clear which version is required, using ordinary language.

Reproduction

No response

Steps to reproduce

No response

p-e-w avatar May 21 '24 04:05 p-e-w

v18+ or v20+. v19 is not supported though could work.

bluwy avatar May 27 '24 15:05 bluwy

Is . a commonly used notation for "or" then, or is that just a typo?

p-e-w avatar May 28 '24 02:05 p-e-w

Just a typo

bluwy avatar May 28 '24 03:05 bluwy