ngx-text-diff icon indicating copy to clipboard operation
ngx-text-diff copied to clipboard

Get rid of the unnecessary warnings related to peer dependencies

Open govindthakur25 opened this issue 4 years ago • 0 comments

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.

govindthakur25 avatar May 04 '20 13:05 govindthakur25