Firebase:功能:来自模拟器的错误。错误:超时等待模拟器启动

时间:2017-12-29 23:38:58

标签: firebase google-cloud-functions

由于以下错误,无法启动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,但似乎没有帮助。

非常感谢任何帮助!

1 个答案:

答案 0 :(得分:0)

你现在可能已经想到了这一点,但我能够通过做两件事来解决这个问题:

  1. 更新/ ect / host文件以包含以下行:

    db.topics.find({name: { '$regex': '(\s+che|^che)', '$options': 'i' }}, {})

  2. 使用sudo启动功能

    127.0.0.1 localhost