When you run npm create vite@latest
it shows
> npx
> create-vite
│
◆ Project name:
│ vite-project
└
and when you enter project name and hit enter you get to select the framework
> npx
> create-vite
│
◇ Project name:
│ vite-project
│
◆ Select a framework:
│ ● Vanilla
│ ○ Vue
│ ○ React
│ ○ Preact
│ ○ Lit
│ ○ Svelte
│ ○ Solid
│ ○ Qwik
│ ○ Angular
│ ○ Others
└
I am running verison v22.14.0