@agm/core@1.1.0 has incorrect peer dependency with Angular 9
See original GitHub issueIssue description Build gets the following warnings:
warning " > @agm/core@1.1.0" has incorrect peer dependency "@angular/common@^6.0.0 || ^7.0.0 || ^8.0.0".
warning " > @agm/core@1.1.0" has incorrect peer dependency "@angular/core@^6.0.0 || ^7.0.0 || ^8.0.0".
warning " > @agm/js-marker-clusterer@1.1.0" has incorrect peer dependency "@angular/core@^6.0.0 || ^7.0.0 || ^8.0.0".
Steps to reproduce and a minimal demo of the problem Build @agm/core@1.1.0 and @agm/js-marker-clusterer@1.1.0 with Angular v9
Current behavior Gets the above listed warnings.
Expected/desired behavior No warnings.
angular-google-maps, Angular, & any other relevant dependency versions
- @agm/core@1.1.0
- @agm/js-marker-clusterer@1.1.0
- @angular/core@9.0.0
Other information Should be straightforward!
Issue Analytics
- State:
- Created 3 years ago
- Reactions:17
- Comments:6
Top Results From Across the Web
Incompatible peer dependencies found - upgrading Angular ...
Looks like you glanced over one of the errors: Package "@ngtools/webpack" has an incompatible peer dependency to "typescript" (requires ...
Read more >ng upgrade: incompatible peer dependency error prevents ...
I'm running into this issue as well, seems the updater is trying to install typescript@2.8.3 but @angular/compiler-cli has a peer dependency of ...
Read more >npm Peer Dependencies - JavaScript inDepth
Peer Dependencies are used to specify that our package is compatible with a specific version of an npm package. Good examples are Angular...
Read more >Update to Angular 11 Version - Angular Wiki
Package "codelyzer" has an incompatible peer dependency to "@angular/compiler" (requires ">=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 ...
Read more >tslib direct dependency migration - Angular
If you have any libraries within your workspace, this migration will convert tslib peer dependencies to direct dependencies for the libraries.
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
same issue here, any updates?
yes, new version shoud fix it #1833