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 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
本文标签:
版权声明:本文标题:terminal - When i press enter after writing npm create vite@latest,it doesn't show any frameworks - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744275450a2598389.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论