由于以下错误,无法启动firebase serve --only functions,hosting
:
⚠ functions: Failed to load functions source code. Ensure that you have the latest SDK by running npm i --save firebase-functions inside the functions directory.
⚠ functions: Error from emulator. Error: Timeout waiting for emulator start
已经尝试按照功能目录中的建议运行npm i --save firebase-functions
,但似乎没有帮助。
非常感谢任何帮助!
答案 0 :(得分:0)
你现在可能已经想到了这一点,但我能够通过做两件事来解决这个问题:
更新/ ect / host文件以包含以下行:
db.topics.find({name: { '$regex': '(\s+che|^che)', '$options': 'i' }}, {})
使用sudo启动功能
127.0.0.1 localhost