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.

RxJS peer dependency is failing with Angular 6 | Make it compatible with Angular 6

See original GitHub issue

As you all may know, Angular 6 is out! When I try to update my angular 5 project to angular 6, getting following error on console. Package "@fortawesome/angular-fontawesome" has an incompatible peer dependency to "rxjs" (requires "^5.5.2", would install "6.1.0"). Invalid range: ">=4.0.0"

Please try updating your rx-js dependency to above 6. #

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:10
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
devoto13commented, May 21, 2018

Version 0.1.0-10 was recently released, which adds Angular 6 support. Please give it a try!

1reaction
crhistianramirezcommented, May 12, 2018

#40 This PR should take care of this and will make the library compatible with Angular 5 or Angular 6

Read more comments on GitHub >

github_iconTop Results From Across the Web

Incompatible peer dependencies found - upgrading Angular ...
Package "@ngtools/webpack" has an incompatible peer dependency to "typescript" (requires ">=3.4 < 3.6", would install "3.7.5").
Read more >
Workspace npm dependencies - Angular
The following support packages are included as dependencies in the default package.json file for a new Angular workspace. Package name, Details. rxjs, Many ......
Read more >
Update to Angular 11 Version - Angular Wiki
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together. You can use the '--force' ...
Read more >
New Section - Angular Components and Core Directives
Build failed with error code: 1 npm WARN codelyzer@4.2.1 requires a peer of @angular/compiler@>=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0 but none is installed.
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 >

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