feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Compatibility with Angular 7

Open antoinedelia opened this issue 5 years ago • 2 comments

When I'm installing the module, I get the following warnings:

npm WARN [email protected] requires a peer of @angular/common@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of @angular/core@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.

I currently have:

"@angular/common": "~7.2.9"
"@angular/core": "~7.2.9"

It would be nice to update the dependencies to support Angular 7 and get rid of these warnings.

antoinedelia avatar Mar 20 '19 13:03 antoinedelia

Try removing the node modules or uninstall the dependencies and try reinstalling again. Clear cache as well after removing node modules from the directory.

anushka-panagar avatar Mar 26 '19 20:03 anushka-panagar

I am not sure how reinstalling can help here. The package is clearly stating that its peer dependency is Angular 6, but you have Angular 7 installed. Thus, the warning.

demisx avatar Oct 17 '19 15:10 demisx