When a try to install:
npm install @syncfusion/ej2-angular-grids --save
there are 6 warnings like this:
npm WARN @syncfusion/ej2-angular-base@17.2.49 requires a peer of @angular/common@2.2.1 - 8.0.0 but none is installed. You must install peer dependencies yourself.
The Angular actual version is 8.2.5. How to fix this issue?
Thanks.