Как исправить предупреждение npm UNMET PEER DEPENDENCY?

Я на Windows 10, с Node 5.6.0 и npm 3.6.0. Я пытаюсь установить angular-material и mdi в мою рабочую папку.NPM установить угловой материал MDI ошибки с:

+-- [email protected]

+-- UNMET PEER DEPENDENCY angular-animate@^1.5.0

+-- UNMET PEER DEPENDENCY angular-aria@^1.5.0

+-- [email protected]

+-- UNMET PEER DEPENDENCY angular-messages@^1.5.0 `-- [email protected]

npm WARN enoent ENOENT: no such file or directory, open
'C:\Users\xxxxx\Desktop\ngClassifieds\package.json' 

npm WARN [email protected] requires a peer of
angular-animate@^1.5.0 but none was installed. 

npm WARN [email protected] requires a peer of angular-aria@^1.5.0
but none was installed. 

npm WARN [email protected] requires a peer of
angular-messages@^1.5.0 but none was installed.

Как решить эту проблему, чтобы установить AngularJS Material и MDI?

Ответы на вопрос(10)

Ваш ответ на вопрос