2017-12-31 63 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]

과 아래의 종속성 누락 :나는 [email protected]과 [email protected]가 때라도 오류를 NPM을 사용하지만 점점 설치하려고

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.

할 수있는 사람의 도움을 !! !!

+0

Cloud9를 사용하고 있습니까? – Makah

+0

@makah 아니요, 저는 cloud9를 사용하지 않습니다. –

답변

0

각도를 사용하려면 패키지를 설치해야합니다.

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

작동하지 않았습니다. –