npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was installed.
npm WARN [email protected] requires a peer of @angular/[email protected] but none was instal
There's already a fix here #473. Unfortunately it looks like it won't be a new release until the end of the month.
I've found a temporary solution, I've cloned the repo and on the master branch I've done a build, then installed the dependency in my project using the path:
npm install -S ../../angular2-google-maps/dist/
(adjust your relative path for your location)
@SebastianM can you check this. There are reports this still contains child refs of RC2
As a short term fix you can install directly from GitHub npm i https://github.com/SebastianM/angular2-google-maps/tarball/0.12.0 --save
We will release a new version tomorrow.
As RC 5 is now available, I will wait till tomorrow (and release a version with RC 5 support)
RC 5 is now supported
Most helpful comment
We will release a new version tomorrow.