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

生来就可爱ヽ(ⅴ<●) 提交于 2019-11-28 14:46:47

UPDATE: This problem should be fixed with the Firebase CLI version 7.0.1. Install it with npm install -g firebase-tools@latest.

For problems where the CLI isn't working properly, please contact Firebase support so they can collection information and escalate to engineering. Stack Overflow isn't really the best place to report these sort of issues.

OLD: There is a known problem with an updated dependency of the Firebase CLI that causes it to hang. There is fix waiting to happen in this pull request, and a new version of the CLI is coming soon. In the short term, try downgrading your CLI to version 6.3.0 to avoid the problem.

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

Thank you Doug!!!

Updated node.js,npm and its working.. Yaayyy!! just check if you have installed the updated versions

node -v npm -v

you can update node.js in two ways 1. Download installer from node.js 2.Use command line to update node.js

Use n version manager to update node.js

npm install -g n npm cache clean -f

{note: terminal may display warning like

npm WARN using --force I sure hope you know what you are doing.}

sudo n stable {enter your device password}

npm update -g

Now check the updated versions node -v npm -v

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!