2017-02-06 11 views
0

Unter Windows 10 mit nodejs 7.5.0 gibt es nach der Installation der ionischen 2 finalen Version einen Peer-Abhängigkeitsfehler ([email protected] beta.12) bei der Installation von angularfire2.Ionic 2 Final + AngularFire2: UNMET PEER-ABHÄNGIGKEIT [email protected]

Versucht auf Linux, aber das Ergebnis war das gleiche.

ionic -v 
2.2.1 
npm install angularfire2 --save 
[email protected] D:\nodejs\unRated 
+-- [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":"win32","arch":"x64"}) 
npm WARN [email protected] requires a peer of [email protected]^5.0.1 but none was installed. 

Jeder mit dem gleichen Problem auf der endgültigen ionischen 2-Release?

+1

haben Sie auf diese sah http://stackoverflow.com/questions/20764881/why-does-npm-install-say-i-have- Unmet-Abhängigkeiten? – n00b

Antwort

Verwandte Themen