2017-02-06 3 views
0

나는 다음 명령을 사용하여 각도 2 중포 기지를 설치하려고 : npm install angularfire2 firebase --save 또는왜 앵귤러 2에 파이어베이스를 설치할 수 없습니까?

npm install git+https://github.com/angular/angularfire2.git하지만,하지가 작동. 있는 각도-CLI, NPM, 노드와 OS의

├── [email protected] 
├── UNMET PEER DEPENDENCY [email protected]~3.3.x 
├── [email protected] 
└── UNMET PEER DEPENDENCY [email protected] 

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected]^1.0.0 (node_modules/chokidar/node_modules/fsevents): 
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) 
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed. 
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed. 
npm WARN @angular/[email protected] requires a peer of [email protected] but none was installed. 
npm WARN [email protected] requires a peer of [email protected] but none was installed. 

내 버전 :

angular-cli: 1.0.0-beta.19-3 
npm: 3.10.8 
node: 7.0.0 
os: linux x64 

문제는 무엇인가 나는 오류가? 내 angular-cli 버전을 업그레이드해야합니까?

답변

0

부트 스트랩 및 rxjs를 설치/업데이트해야하는 것처럼 보입니다.

충족 피어 종속성 [email protected]~3.3.x

충족 피어 의존성은

[email protected]
관련 문제