- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是云函数新手,正在测试此示例代码 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 上的问题、代码库所在位置以及此讨论所属的位置。
关于function - 由于 NanoMatch 问题,Firestore 的 Firebase 功能失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51055137/
我是云函数新手,正在测试此示例代码 https://github.com/firebase/functions-samples/tree/master/quickstarts/uppercase-fi
我是一名优秀的程序员,十分优秀!