简体   繁体   中英

Cannot find module 'firebase-admin'

I'm trying to push to cloud functions for my iOS app. I followed the Firebase does and installed node in my folder but now I'm getting this error trying to push it up

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

UPDATES

Trying to get latest firebase-admin returns invalid

Running npm uninstall firebase-admin and then running npm install firebase-admin puts out these errors... 在此处输入图片说明

在此处输入图片说明

I got a similar issue in my project. I solved it by removing the node_modules folder with rm -rf node_modules , then in package.json changing manually the versions for both firebase-functions to 0.7.3 and fire-amin to 5.5.0. After that just run npm install again.

除了从 Windows 重新安装 Node.js 之外,没有什么对我有用。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM