feedback
feedback copied to clipboard
Compatibility with Angular 7
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.
Try removing the node modules or uninstall the dependencies and try reinstalling again. Clear cache as well after removing node modules from the directory.
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.