简体   繁体   English

Angular2与angularfire2

[英]Angular2 with angularfire2

Hello I have an issue with installing angularfire2 with angular2 released version .here is the snapshot 您好,我在用angular2发布版本安装angularfire2时遇到问题。这是快照

在此处输入图片说明

here is my package .json 这是我的包.json

在此处输入图片说明

You will have to install @types/request@0.0.30 for the recent Angular 2 release. 您必须为最新的Angular 2版本安装@ types / request @ 0.0.30。

npm install @types/request --save

As for your fsevents incompatibility, it looks like it's an issue of your node version based on this issue report . 至于您的fsevents不兼容,看来这是基于此问题报告的节点版本的问题 According to that thread, it looks like it won't cause a problem it's just a warning. 根据该线程,它看起来不会引起问题,而只是警告。 I would recommend updating your node to the newest version to see if that gets rid of the warning. 我建议将您的节点更新为最新版本,以查看是否摆脱了警告。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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