【问题标题】:Firebase CLI v11.1.0 is incompatible with Node.js v16.1.0Firebase CLI v11.1.0 与 Node.js v16.1.0 不兼容
【发布时间】:2022-07-04 06:43:23
【问题描述】:

我正在使用 Google Cloud Shell Editor 来运行我的 Firebase+React 应用程序。 当我运行 firebase cli 时,我得到了这个:

Firebase CLI v11.1.0 is incompatible with Node.js v16.1.0 Please upgrade Node.js to version ^14.18.0 || >=16.4.0

如果我更新 npm install -g firebase-tools 我得到了这个

Firebase CLI v11.2.0 is incompatible with Node.js v16.1.0 Please upgrade Node.js to version ^14.18.0 || >=16.4.0

当我

【问题讨论】:

    标签: firebase google-cloud-shell google-source-repositories


    【解决方案1】:

    运行下面的命令行

    nvm install 16.4.0
    

    它对我有用 ;-)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-10-04
      • 1970-01-01
      • 1970-01-01
      • 2018-08-04
      • 1970-01-01
      • 2017-05-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多