📜  Firebase 部署错误 - 找不到模块“firebase” - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:48.030000             🧑  作者: Mango

代码示例1
Figured out the solution. I hadn't installed the firebase module in the functions folder but had included it in the parent folder of functions. I went into functions and ran npm install --save firebase and the deploy was successful.