joejordanbrown / popover

Angular CDK Popover, no default style, examples using @angular/material
MIT License
212 stars 75 forks source link

Is it compatible with Angular 2 version 14 #890

Closed agdev closed 1 year ago

agdev commented 1 year ago

When installing for angular 14 getting error WARN config global --global, --local are deprecated. Use --location=global instead. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: upgrade-to-14@0.0.0 npm ERR! Found: @angular/animations@14.2.11 npm ERR! node_modules/@angular/animations npm ERR! @angular/animations@"^14.2.11" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/animations@"^8.0.0 || ^9.0.0-0" from @material-extended/mde@3.0.3 npm ERR! node_modules/@material-extended/mde npm ERR! @material-extended/mde@"*" from the root project

Is it compatible with Angular 2 version 14?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

maccaroo commented 1 year ago

I get the same issue.

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: my-app@0.0.0 npm ERR! Found: @angular/animations@13.3.12 npm ERR! node_modules/@angular/animations npm ERR! @angular/animations@"~13.3.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/animations@"^8.0.0 || ^9.0.0-0" from @material-extended/mde@3.0.3 npm ERR! node_modules/@material-extended/mde npm ERR! @material-extended/mde@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.