Extend peer dependencies to Angular 8
See original GitHub issueIssue description
running npm install
throws the following warning:
npm WARN ngx-uploader@7.1.0 requires a peer of @angular/common@^7.1.4 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-uploader@7.1.0 requires a peer of @angular/core@^7.1.4 but none is installed. You must install peer dependencies yourself.
Steps to reproduce and a minimal demo of the problem
npm install
with Angular 8
Current behavior
npm install
shows a couple of warning due to peer dependencies.
Expected/desired behavior
No warnings should be shown
Issue Analytics
- State:
- Created 4 years ago
- Reactions:31
- Comments:5
Top Results From Across the Web
Angular update from 8 to 13 peer dependency problem
Found 61 dependencies. ... Package "@swimlane/ngx-charts" has an incompatible peer dependency to "@angular/animations" (requires "7.x || 8.x" ( ...
Read more >Creating libraries - Angular
Peer dependencies link. Angular libraries should list any @angular/* dependencies the library depends on as peer dependencies. This ensures that when modules ask ......
Read more >Upgrading Angular versions has to be the most frustrating ...
Package "@fortawesome/angular-fontawesome" has an incompatible peer dependency to "@angular/core" (requires "^11.0.0" (extended), would install ...
Read more >could not resolve dependency: npm err! peer @angular/core ...
If above approach does not work try removing the node_modules folder and package-lock.json file and run command npm install . Open side panel....
Read more >@material-extended/mde versions and peer dependencies
@material-extended/mde versions and peer dependencies ; 2.2.1. @angular/animations @ ^8.0.0 || ^9.0.0-0; @angular/cdk @ ^8.0.0 || ^9.0.0-0; @angular/common @ ^ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
any update on this? Angular 9 is coming
Very much needed. I appreciate the help here!