Extend peer dependencies to Angular 8
See original GitHub issueIssue description
running npm install
throws the following warning:
npm WARN ngx-ui-switch@8.0.1 requires a peer of @angular/core@>=5.0.0 <8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-ui-switch@8.0.1 requires a peer of @angular/common@>=5.0.0 <8.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN ngx-ui-switch@8.0.1 requires a peer of @angular/forms@>=5.0.0 <8.0.0 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:1
- Comments:6
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 >Extend peer dependencies to Angular 8 · Issue #492 - GitHub
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.
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 >Upgrade Angular App to latest version - Medium
0 <8" (extended), would install "11.1.1"). × Migration failed: Incompatible peer dependencies found. You can use the '–force' flag to ignore ...
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 FreeTop 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
Top GitHub Comments
Until then ngx-ui-switch should still function properly outside of the peer dependency warnings.
yep, forgot to mention I released 8.1.0