bluwy/create-vite-extra

Cannot select template

idranme opened this issue · 6 comments

image
Unable to move up and down.
OS version: Windows 11 22H2

bluwy commented

Does this happen with npm create vite-extra@latest? I wonder if Deno is somehow messing with it. And also maybe try npm create vite@latest. It could be a problem with the prompts package. It might also be an issue with the terminal you're using too.

Does this happen with npm create vite-extra@latest? I wonder if Deno is somehow messing with it. And also maybe try npm create vite@latest. It could be a problem with the prompts package. It might also be an issue with the terminal you're using too.

npm create vite-extra@latest is normal
image

image
The same problem occurs with cmd.

bluwy commented

Thanks for testing this. It seems to be a compatibility issue with Deno + prompts + Windows then. It works fine for me on macos. You could report this to https://github.com/denoland/deno/issues about this.

Thanks for testing this. It seems to be a compatibility issue with Deno + prompts + Windows then. It works fine for me on macos. You could report this to https://github.com/denoland/deno/issues about this.

ok

bluwy commented

Closing this for now as it's an upstream issue.