Tag: angularfire2

npm不会安装Firebase

我正在开发Ionic应用程序,并希望包含Firebase。 显然,这不像网页那么简单。 所以,我遵循这个教程。 在“设置应用程序”下,它说 npm install angularfire2@4.0.0-rc0 firebase –save 这给了我输出 hacker_news_app_v2@0.0.1 /home/sean/Dropbox/Programming/Ionic/hacker_news_app_v2 ├── angularfire2@4.0.0-rc0 └─┬ UNMET PEER DEPENDENCY firebase@4.1.2 ├── jsonwebtoken@7.4.1 ├── ms@2.0.0 └── safe-buffer@5.1.0 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN angularfire2@4.0.0-rc0 requires a peer of firebase@^3.6.6 […]