Search code examples
firebasefirebase-cli

I am not able to move the arrow keys or even select the default project while installing the firebase in mac


I was installing firebase for Mac after firebase init command selected firebase and cli features like Databas,Hosting

After pressing enter the terminal asked for project setup but here I am not able to select, enter to not even able to move the arrow keys

I tried closing the terminal and then follow same installation and configuration process but getting stuck at the same step

=== Project Setup

First, let's associate this project directory with a Firebase project.
You can create multiple project aliases by running firebase use --add, 
but for now we'll just set up a default project.

? Select a default Firebase project for this directory: (Use arrow keys)
❯ [don't setup a default project] 
  capitalakshay (CapitalAkshay) 
  fir-demo-project (Firebase Demo Project) 
  [create a new project] 

(Not able to move from here)


Solution

  • I had a similar problem (but in windows) and updating to 7.0.1 I could solve it.

    Thank you Doug!!!