RxJS peer dependency is failing with Angular 6 | Make it compatible with Angular 6
See original GitHub issueAs 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:
- Created 5 years ago
- Reactions:10
- Comments:8 (1 by maintainers)
Top 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 >
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
Version
0.1.0-10
was recently released, which adds Angular 6 support. Please give it a try!#40 This PR should take care of this and will make the library compatible with Angular 5 or Angular 6