【发布时间】: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