gpt4 book ai didi

node.js - 部署错误。构建失败 : Build error details not available. Firebase 云函数

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

我重装过多次 NPMNode在我的电脑上。
(npm 版本 7.4.3)
( Node 版本 v15.7.0)
我遵循了配置 Firebase CLI 的过程。和:

npm install -g firebase-tools
firebase initfirebase deploy并且配置似乎工作正常。
当我打开 index.js 时,我面临的问题发生了文件,我取消注释股票 helloWorld 函数,它看起来像这样:
exports.helloWorld = functions.https.onRequest((request, response) => {
functions.logger.info("Hello logs!", {structuredData: true});
response.send("Hello from Firebase!");
});
我跑 firebase deploy我收到这个错误
functions[helloWorld(us-central1)]: Deployment error.
Build failed: Build error details not available. Please check the logs at https://console. {urlStuff}


Functions deploy had errors with the following functions:
helloWorld


To try redeploying those functions, run:
firebase deploy --only "functions:helloWorld"


To continue deploying other features (such as database), run:
firebase deploy --except functions

Error: Functions did not deploy properly.
老实说,我现在不知道该怎么办。
我多次尝试重新安装 node 和 npm 并重新执行 Firebase CLI 程序,但似乎没有解决此问题,部署时我仍然收到此错误。
我收到的日志错误是这样的:
textPayload: "ERROR: error fetching storage source: generic::unknown: retry budget exhausted (3 attempts): fetching gcs source: unpacking source from gcs: source fetch container exited with non-zero status: 1"

最佳答案

正如@Muthu Thavamani 提供的这个链接所建议的:
GCP Cloud Function - ERROR fetching storage source during build/deployFirebase CLI使用 NodeJS version 12在我的设备上,我有 version 15安装。
就用这个 guide降级您的 NodeJS 版本,一切正常。

关于node.js - 部署错误。构建失败 : Build error details not available. Firebase 云函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65955328/

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