In the environment of git bash,create-nuxt-app cannot choose server framework and ui framework;
to move the arrow keys the color did not changed,and press enter the wrong framework choosed;
but in the environment of cmd it works
cannot reproduce. Probably something off with your git bash.
https://i.imgur.com/krd4QTo.png
I can reproduce when using npx create-nuxt-app. But yarn create nuxt-app is okay.
@sibbngheid
Cant reproduce with npx too :)
https://i.imgur.com/0i39wIX.png
What bash version?
$ bash --version
GNU bash, version 4.4.19(2)-release (x86_64-pc-msys)
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
@sibbngheid @JuanJuanZhang123 actually reproduced. It happen when you installed git bash with MinTTY bash as option. But it implicitly says at install that in this case you need to use winpty to launch windows programs. Without winpty i can confirm this behavior.
With winpty all fine.
winpty npx.cmd create-nuxt-app
See this screenshot for reference with and without winpty.
https://i.imgur.com/djJQePx.png
I`m closing this, but if you continue experiencing this either with winpty or without MinTTY ping me.
yeah it ** this way i hope gitbash will update it soon
Most helpful comment
@sibbngheid @JuanJuanZhang123 actually reproduced. It happen when you installed git bash with MinTTY bash as option. But it implicitly says at install that in this case you need to use winpty to launch windows programs. Without winpty i can confirm this behavior.
With winpty all fine.
winpty npx.cmd create-nuxt-appSee this screenshot for reference with and without winpty.
https://i.imgur.com/djJQePx.png
I`m closing this, but if you continue experiencing this either with winpty or without MinTTY ping me.