The warning "@ schematics / angular @ 0.0.49" has an incorrect user dependency "@angular -devkit / schematics@0.0.34 "

I created a new angular application using angular / cli, and whenever the yarn adds any new packages, it warns that "@ schematics / angular @ 0.0.49" has an incorrect peer dependency "@angular -devkit / schematics @ 0. 0.34 ".

can someone tell me how to solve this problem?

+4
source share
1 answer

This is a known issue with Angular CLI 1.6.0. You can safely ignore it, it will be fixed in 1.6.1.

0
source

Source: https://habr.com/ru/post/1688804/


All Articles