2017-12-31 143 views
1
UNMET PEER DEPENDENCY @angular/[email protected] 
├── UNMET PEER DEPENDENCY @angular/[email protected] 
├── UNMET PEER DEPENDENCY @angular/[email protected] 
├── UNMET PEER DEPENDENCY @angular/[email protected] 
├── UNMET PEER DEPENDENCY @angular/[email protected]

und die folgenden Abhängigkeiten fehlen zu installieren:Ich versuche [email protected] und [email protected] mit npm aber immer die follwoing Fehler

npm WARN [email protected] requires a peer of @angular/[email protected]^4.0.0 but none was installed. 
npm WARN [email protected] requires a peer of @angular/[email protected]^4.0.0 but none was installed. 
npm WARN [email protected] requires a peer of @angular/[email protected]^4.0.0 but none was installed. 
npm WARN [email protected] requires a peer of @angular/[email protected]^4.0.0 but none was installed. 
npm WARN [email protected] requires a peer of @angular/[email protected]^4.0.0 but none was installed.

kann jemand helfen !!

+0

Verwenden Sie Cloud9? – Makah

+0

@makah nein, ich benutze nicht cloud9. –

Antwort

0

Sie müssen diese Pakete installieren, um angular überhaupt zu verwenden.

npm install --save @angular/common @angular/compiler @angular/core @angular/platform-browser @angular/platform-browser-dynamic 
+0

hat es nicht funktioniert .. –

Verwandte Themen