You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following issue assumes that there is no functional problem with updating the peer dependencies of this library to Angular 9. Should more than a dependency bump be required, please let me know and perhaps some assistance can be provided.
Issue description
running npm install throws the following warning:
npm WARN [email protected] requires a peer of @angular/common@^8.2.14 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/core@^8.2.14 but none is installed. You must install peer dependencies yourself.
Steps to reproduce and a minimal demo of the problem
npm install with Angular 9
Current behavior
npm install shows warnings due to peer dependencies.
Expected/desired behavior
No warnings should be shown.
The text was updated successfully, but these errors were encountered:
Preface
The following issue assumes that there is no functional problem with updating the peer dependencies of this library to Angular 9. Should more than a dependency bump be required, please let me know and perhaps some assistance can be provided.
Issue description
running npm install throws the following warning:
npm WARN [email protected] requires a peer of @angular/common@^8.2.14 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/core@^8.2.14 but none is installed. You must install peer dependencies yourself.
Steps to reproduce and a minimal demo of the problem
npm install with Angular 9
Current behavior
npm install shows warnings due to peer dependencies.
Expected/desired behavior
No warnings should be shown.
The text was updated successfully, but these errors were encountered: