Firebase Functions for Firestore Failing due to NanoMatch Issue

后端 未结 5 1113
粉色の甜心
粉色の甜心 2021-02-07 18:51

I am new to cloud functions and was testing this sample code https://github.com/firebase/functions-samples/tree/master/quickstarts/uppercase-firestore This fails to execute due

5条回答
  •  我寻月下人不归
    2021-02-07 19:25

    THIS BUG WAS FIXED

    The version that caused the bug was reverted right when this issue was reported on GitHub, which was within minutes of it being released. To get the fix, just reinstall. You might need to delete node_modules and/or lockfiles first, to ensure cached versions aren't used by NPM. This conversation belongs on GitHub, so that we can respond to user feedback. I found this by chance. StackOverflow is not for support).

    Edit 2: it appears that firebase-admin itself needs to re-install dependencies as well. I'm looking into how to make that happen.

    Please report and check issues on GitHub, where the codebase is and where this discussion belongs.

    Visit https://github.com/micromatch/nanomatch/issues/15 for more info.

提交回复
热议问题