You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm installing the module, I get the following warnings:
npm WARN ng-feedback@1.1.8 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 ng-feedback@1.1.8 requires a peer of @angular/core@^6.0.0-rc.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself.
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.
When I'm installing the module, I get the following warnings:
I currently have:
It would be nice to update the dependencies to support Angular 7 and get rid of these warnings.
The text was updated successfully, but these errors were encountered: