Closed lansana closed 1 week ago
It looks like you had a project running angular version 17 and the latest google-maps at the time was version 18. You can update your app to angular 18 or add the older version of google maps npm i "@angular/google-maps@^17.0.0"
Is this a regression?
The previous version in which this bug was not present was
No response
Description
I received this error when running
npm i @angular/google-maps
:This was after a fresh install of an Angular project, using
ng new <name>
. I had to manually update viang update @angular/core
and retry in order to be able to install@angular/google-maps
.Reproduction
StackBlitz link: Steps to reproduce:
Expected Behavior
I should just be able to install
@angular/google-maps
after a fresh install of Angular and a new Angular project.Actual Behavior
I received an error when installing
@angular/google-maps
after a fresh install of Angular and a new Angular project.Environment