Code Monkey home page Code Monkey logo

Comments (30)

jordano1 avatar jordano1 commented on September 27, 2024 4

Try using windows command prompt, I was trying to use the git terminal but it wasn't working, so then I tried using the command prompt (windows terminal), navigated to my project directory and initialized in there, and it worked. It also let me select the options, whereas in the git terminal I wasn't able to select anything with keys or pressing the space bar.

from firebase-tools.

narvati avatar narvati commented on September 27, 2024 4

Same issue.
Windows 10, Node.Js 8.1.0.
Tried command line and git bash, can't choose anything while trying to init project. Not by space or by arrow keys.

from firebase-tools.

EvilAlexei avatar EvilAlexei commented on September 27, 2024 3

Same issue.
Windows 10, Node.Js 8.1.0.
Tried command line and git bash, can't choose anything while trying to init project. Not by space or by arrow keys.

from firebase-tools.

krisu7 avatar krisu7 commented on September 27, 2024 3

I have the same issue

from firebase-tools.

krisdev-pl avatar krisdev-pl commented on September 27, 2024 3

It's working for me in node version v8.1.2

from firebase-tools.

laurenzlong avatar laurenzlong commented on September 27, 2024 1

Yes it does appear to be a Node 8 issue. I reproduced this (on Linux), and will investigate a fix. Filed #370 to track this, since it's a separate issue than this original one.

from firebase-tools.

abhishekBansal avatar abhishekBansal commented on September 27, 2024 1

Reproducing with macos
NPM v5.6.0
Node v8.1.0

It strangely gets stuck on project selection upon using firebase init and gets stuck on language selection upon using firebase init functions

from firebase-tools.

oksiweb avatar oksiweb commented on September 27, 2024 1

Reproducing with macos
NPM v5.6.0
Node v8.1.0

It strangely gets stuck on project selection upon using firebase init and gets stuck on language selection upon using firebase init functions

the
same for me node v10.15.3 npm v6.4.1

from firebase-tools.

triay0 avatar triay0 commented on September 27, 2024 1

Same for me
NPM v 6.9.0
node v10.15.0

EDIT:
#426 (comment)
Works well

from firebase-tools.

cbraynor avatar cbraynor commented on September 27, 2024

How are you attempting to run the command? Through the command line, cygwin, PowerShell? I assume you were able to login to the tools just fine?

from firebase-tools.

val-samonte avatar val-samonte commented on September 27, 2024

@drtriumph im running the command via command line. yep i was be able to login just fine.

from firebase-tools.

cbraynor avatar cbraynor commented on September 27, 2024

For now I think the -f <app_name> option will allow you to proceed, and we'll try reproducing this. What version of windows / node / npm are you running?

from firebase-tools.

val-samonte avatar val-samonte commented on September 27, 2024

hi @drtriumph, sorry for the late response. currently using windows 10, node 4.1.1, npm 2.14.4. tried to go legacy mode from the command terminal and unfortunately I still encountered the same.

from firebase-tools.

MarkusPint avatar MarkusPint commented on September 27, 2024

Same issue here. Win 10, node 4.2.1

firebase init -f <app_name> worked though

from firebase-tools.

ClintH avatar ClintH commented on September 27, 2024

👍 same on Win 10, Node 4.1.1 in both Command Prompt and PowerShell

from firebase-tools.

 avatar commented on September 27, 2024

Hey guys, same issue on Windows 10 Node 5.0.0 in Command Prompt and Powershell including Powershell ISE as Administrator. Can't kill the current task either. Have to exit out of Powershell entirely.

EDIT/UPDATE
This also doesn't work on Node 5.1.0 latest update, however, if you have Github for windows installed and installed Git Bash along with it, it works perfectly on Git Bash. Link here below and hope this helps someone for the time being: https://git-for-windows.github.io/

from firebase-tools.

mbleigh avatar mbleigh commented on September 27, 2024

This should be working in firebase init now, though the underlying Node bug still persists.

from firebase-tools.

Karasuni avatar Karasuni commented on September 27, 2024

May I ask what the underlying Node bug is? I'm seeing the same issue on Win7, Node v6.2.2, Firebase 3.0.3. Also the workaround firebase init -f <app_name> doen't work for me as the -f option is unknown.

The -f option would not solve the issue also, since you are unable to use arrow keys on the questoin "What Firebase CLI features do you want to setup for this folder?".

from firebase-tools.

eGlobeBizCom avatar eGlobeBizCom commented on September 27, 2024

This issue happens to my Gitbash sometimes. Sometimes, the arrow keys work, sometimes they do not. Any workarounds?

from firebase-tools.

krisu7 avatar krisu7 commented on September 27, 2024

Node.js LTS Version: v6.11.0 works for me

from firebase-tools.

EncryptedNomad avatar EncryptedNomad commented on September 27, 2024

Same issue with Win 10 16215, VS '17 Preview 2, and Node 8.1.0 (x64)

from firebase-tools.

EvilAlexei avatar EvilAlexei commented on September 27, 2024

Update on issue - i think problem in Node 8.x.x, I have same issue on NodeJs 8.1.0, OS Windos 10 and Linux, different command lines. After i downgrade NodeJs to version 7.8.0 issue gone and navigation begin to work by keys(arrows and space).

from firebase-tools.

jarjarbits avatar jarjarbits commented on September 27, 2024

i was having the same problem (while trying to use gitBash), i switched over to comand prompt and the arrows keys work there

from firebase-tools.

chrisjeremi98 avatar chrisjeremi98 commented on September 27, 2024

Iam using cmd on windows and the arrow works, but when using git the arrow doesnt move a bit
npm version 5.5.1 and node 8.9.1

from firebase-tools.

honeyhoney avatar honeyhoney commented on September 27, 2024

Selecting features during firebase init via space does not work with Git Bash. No problems when using cmd.exe.

  • Windows 7 (x64)
  • npm: 5.5.1
  • node: 9.2.0
  • git bash: 2.15.0

from firebase-tools.

sakshi-samdani avatar sakshi-samdani commented on September 27, 2024

i m using cmd in windows 8 but still not working.

from firebase-tools.

laurenzlong avatar laurenzlong commented on September 27, 2024

@sakshi-samdani Can you provide info on the version of firebase-tools and Node you are using?

from firebase-tools.

music-mind avatar music-mind commented on September 27, 2024

Have this issue as well with git bash
Windows 10
Node v9.4.0
Npm v5.6.0
Git 2.11.0
Latest firebase tools

from firebase-tools.

 avatar commented on September 27, 2024

It's working with me in cmd win7 or win10

from firebase-tools.

samtstern avatar samtstern commented on September 27, 2024

@oksiweb and @triay0 please track issue #1420 for updates about a possible issue today.

from firebase-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.