Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to toggle between npx create-react-app options?

Tags:

next.js

I'm in the process of creating a new NextJs app. I'm using the npm create-react-app cmd and the resulting console output is prompting me with Yes/No options where either Yes or No is underlined for each question.

Is there a way to toggle between these options? Tab, ctl-tab and clicking on options doesn't do anything. Pressing Y or N on the keyboard doesn't appear to do anything. Not sure if those options are hard-coded? Not sure if I've encountered console output in the past that was unintuitive for selection like this.

like image 849
user8570495 Avatar asked Apr 19 '26 14:04

user8570495


1 Answers

Ah figured it out. I typically use git bash for my console, but that doesn't work for the Yes/No implementation used by NextJs. However, creating the app in via cmd prompt works as expected

like image 51
user8570495 Avatar answered Apr 22 '26 09:04

user8570495