找不到模块' firebase-admin'

时间:2017-12-03 08:55:35

标签: node.js firebase google-cloud-functions

我正在尝试为我的iOS应用推送云功能。我按照Firebase执行并在我的文件夹中安装了节点,但现在我发现此错误试图将其推升

Error: Error parsing triggers: Cannot find module 'firebase-admin'

更新

尝试获取最新的firebase-admin返回无效

正在运行npm uninstall firebase-admin 然后运行npm install firebase-admin发出这些错误...... enter image description here

enter image description here

1 个答案:

答案 0 :(得分:6)

我的项目中遇到了类似的问题。我通过删除带有rm -rf node_modules的node_modules文件夹解决了这个问题,然后在package.json中手动将firebase-functions的版本更改为0.7.3,将fire-amin的版本更改为5.5.0。之后再次运行npm install