sweetalert2 / ngx-sweetalert2

Declarative, reactive, and template-driven SweetAlert2 integration for Angular
MIT License
653 stars 94 forks source link

for Angular 16 #244

Open mrhili opened 1 year ago

mrhili commented 1 year ago

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: frnt@0.0.0 npm ERR! Found: @angular/common@16.0.3 npm ERR! node_modules/@angular/common npm ERR! @angular/common@"^16.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @angular/common@"^14.0.0 || ^15.0.0" from @sweetalert2/ngx-sweetalert2@12.1.0 npm ERR! node_modules/@sweetalert2/ngx-sweetalert2 npm ERR! @sweetalert2/ngx-sweetalert2@"*" 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.

carlosavila890 commented 1 year ago

Hi.. Any update on this issue, please?

SkyZeroZx commented 1 year ago

I usage --force or --legacy-peer-deps while update in some moment

D-Biela commented 1 year ago

Also waiting for an update. Multiple pull requests are waiting to get approved.

limonte commented 1 year ago

Hello and sorry for the delay on this issue!

I just merged #245 and released a new version that should have Angular 16 support. Please test it out and give feedback if everything is alright, thanks!