Is @agm/core still maintained?
See original GitHub issueIssue description
I´m currently working on two Angular projects (first v9, second v10) both require Google-APIs for Places as well as Maps.
When updating a project to Angular 9 or Angular 10 I get following error:
Package "@agm/core" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0 || ^7.0.0 || ^8.0.0" (extended), would install "10.0.0").
Since the “Getting Started” page also seems to be down for some time now, I wanted to make sure I´m not building upon an unmaintained package. Don´t want to be rude, I know how much time it takes to keep a repo updated, but it is important for me nevertheless.
Steps to reproduce and a minimal demo of the problem
npm install @agm/core
ng update @angular/cli @angular/core
Current behavior
Package "@agm/core" has an incompatible peer dependency to "@angular/core" (requires "^6.0.0 || ^7.0.0 || ^8.0.0" (extended), would install "10.0.0").
Expected/desired behavior Packages install without errors and warnings
Issue Analytics
- State:
- Created 3 years ago
- Reactions:22
- Comments:6
Top GitHub Comments
Yea, there is a problem finding active maintainers. I am planning to at least publish an NG-9/10 compatible version.
@semla #1833