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 badge1 Answer
Reset to default 0When 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
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744275450a4566307.html
评论列表(0条)