question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extend peer dependencies to Angular 8

See original GitHub issue

Issue 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:open
  • Created 4 years ago
  • Reactions:31
  • Comments:5

github_iconTop GitHub Comments

9reactions
Plondreincommented, Sep 24, 2019

any update on this? Angular 9 is coming

0reactions
tibinvpaulcommented, Nov 22, 2019

Very much needed. I appreciate the help here!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found