admin管理员组

文章数量:1400873

It doesn't show any framework but shows three dots(...), when i press arrow keys it doesn't show anything. Any idea how to fix this?
npm version 10.9.2 , node version v22.14.0 , operating system: Windows 11 Pro. I'm using my personal laptop, so there shouldn't be any corporate firewall restrictions.

npm create vite@latest

when I press enter after writing project name, it shows

 Select a framework:
 ...
 ...

before, it used to show

Select a framework:  
React   
Angular   
Vue.js

I was expecting to get a list of frameworks after writing npm create vite@latest. Then with the arrow keys i would select react

It doesn't show any framework but shows three dots(...), when i press arrow keys it doesn't show anything. Any idea how to fix this?
npm version 10.9.2 , node version v22.14.0 , operating system: Windows 11 Pro. I'm using my personal laptop, so there shouldn't be any corporate firewall restrictions.

npm create vite@latest

when I press enter after writing project name, it shows

 Select a framework:
 ...
 ...

before, it used to show

Select a framework:  
React   
Angular   
Vue.js

I was expecting to get a list of frameworks after writing npm create vite@latest. Then with the arrow keys i would select react

Share Improve this question asked Mar 23 at 18:22 Ikram WaniIkram Wani 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

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

本文标签: