bluwy / create-vite-extra

Extra Vite templates
MIT License
370 stars 55 forks source link

Cannot select template #15

Closed idranme closed 1 year ago

idranme commented 1 year ago

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

bluwy commented 1 year ago

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.

idranme commented 1 year ago

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

idranme commented 1 year ago

image The same problem occurs with cmd.

bluwy commented 1 year ago

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.

idranme commented 1 year ago

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 1 year ago

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