gpt4 book ai didi

node.js - Firebase CLI 部署错误 : "Deploys to runtimes below Node.js 10 are now disabled in the Firebase CLI."

转载 作者:行者123 更新时间:2023-12-03 12:12:10 24 4
gpt4 key购买 nike

我有一个使用 Cloud Functions for Firebase 的项目,在将 Firebase CLI 更新到版本 9.0.0 后,我收到一条错误消息:

Error: package.json in functions directory has an engines field whichis unsupported. Valid choices are: {"node": "10"}, {"node":"12"}, and{"node":"14"}.

Deploys to runtimes below Node.js 10 are now disabled in the FirebaseCLI. Existing Node.js 8 functions will stop executing on 2021-03-15.Update existing functions to Node.js 10 or greater as soon aspossible.


我知道 Node 8 现在不受支持,但我想继续在 Spark 付款计划上部署和运行我的功能,该计划在 2021 年 3 月 15 日关闭之前不需要计费。我该怎么做?

最佳答案

自 9.0.0 版起,Firebase CLI 已完全删除 Node 8 作为选项。如果您不能接受升级到 Node 10 的建议建议(这也需要升级到付款计划),那么您将不得不降级您的 CLI,您可以使用它,直到 3 月 15 日 Node 8 完全关闭。
运行此命令以降级到版本 9 之前的最新版本的 CLI:

npm install -g firebase-tools@8
这应该会为您提供 8.20.0 版的 CLI,直到您选择再次升级。

关于node.js - Firebase CLI 部署错误 : "Deploys to runtimes below Node.js 10 are now disabled in the Firebase CLI.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65316988/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com