ngx-text-diff
ngx-text-diff copied to clipboard
Get rid of the unnecessary warnings related to peer dependencies
The latest 0.6.0 version with Angular 9 support, yields warnings while installing this package.
npm WARN [email protected] requires a peer of @angular/core@^>=6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/forms@^>=6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/cdk@^>=6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of rxjs@~6.3.3 but none is installed. You must install peer dependencies yourself.
It can simply be avoided by updating the peer dependencies to >=9.0.0.