gpt4 book ai didi

function - 由于 NanoMatch 问题,Firestore 的 Firebase 功能失败

转载 作者:行者123 更新时间:2023-12-01 22:29:18 24 4
gpt4 key购买 nike

我是云函数新手,正在测试此示例代码 https://github.com/firebase/functions-samples/tree/master/quickstarts/uppercase-firestore由于 nanomatch 的错误,此操作无法执行。查看 GitHub 上的 nanomatch 存储库这是一个列出的问题,恢复到 1.2.9 可以解决此错误。

我正在尝试解决这个问题 - 但我该怎么做呢?有人可以指导我吗?感谢您的帮助。

TypeError: Cannot read property 'addQmark' of undefined
at Object.<anonymous> (/user_code/node_modules/firebase-admin/node_modules/nanomatch/lib/compilers.js:92:15)
at Object.visit (/user_code/node_modules/firebase-admin/node_modules/snapdragon/lib/compiler.js:129:15)
at Object.mapVisit (/user_code/node_modules/firebase-admin/node_modules/snapdragon/lib/compiler.js:143:12)
at Object.compile (/user_code/node_modules/firebase-admin/node_modules/snapdragon/lib/compiler.js:168:10)
at Snapdragon.compile (/user_code/node_modules/firebase-admin/node_modules/snapdragon/index.js:156:32)
at /user_code/node_modules/firebase-admin/node_modules/micromatch/index.js:786:23
at memoize (/user_code/node_modules/firebase-admin/node_modules/micromatch/index.js:859:13)
at Function.micromatch.compile (/user_code/node_modules/firebase-admin/node_modules/micromatch/index.js:783:10)
at create (/user_code/node_modules/firebase-admin/node_modules/micromatch/index.js:686:25)
at /user_code/node_modules/firebase-admin/node_modules/micromatch/index.js:695:16

最佳答案

此错误已修复

出现此问题时,导致错误的版本已恢复 was reported on GitHub ,这是在发布后几分钟内。要修复此问题,只需重新安装即可。您可能需要先删除 node_modules 和/或锁定文件,以确保 NPM 不使用缓存的版本。此对话属于 GitHub,以便我们可以回复用户反馈。我偶然发现了这个。 StackOverflow 不提供支持)。

编辑2:看来firebase-admin本身也需要重新安装依赖项。我正在研究如何实现这一目标。

请报告并检查 GitHub 上的问题、代码库所在位置以及此讨论所属的位置。

访问https://github.com/micromatch/nanomatch/issues/15了解更多信息。

关于function - 由于 NanoMatch 问题,Firestore 的 Firebase 功能失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51055137/

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