无法在npm命令行中使用箭头键

时间:2017-06-11 09:56:41

标签: android node.js firebase npm firebase-tools

我尝试设置FireBase功能,当我使用命令

npm firebase init functions

我被要求为我设置的目录选择一个默认项目。我的列表已正确填充,但我无法使用箭头键选择选项。 (当我向上或向下按压,甚至进入时都没有任何反应)

以下是我的版本:

  1. Windows 10
  2. NODEJS v8.1.0
  3. npm v5.0.3
  4. FireBase v3.9.1
  5. 问题的截图:

    cannot select the options

1 个答案:

答案 0 :(得分:0)

事实证明,您所要做的就是更新Firebase CLI工具,并降级npm版本。

我通过将NodeJS降级到v6.11.0解决了这个问题。

另外,我通过运行

更新了我的FireBase CLI
npm install -g firebase-tools

使用nvm-windows作为npm的版本控制器。

应该做的伎俩。

链接:nvm-windows