Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation errors after last update - Angular 15 #246

Open
CatInDaBin opened this issue Jul 31, 2023 · 6 comments
Open

Compilation errors after last update - Angular 15 #246

CatInDaBin opened this issue Jul 31, 2023 · 6 comments

Comments

@CatInDaBin
Copy link

CatInDaBin commented Jul 31, 2023

Hey there

I'm getting these and few more errors after updating on the last version and downgrading ain't helping either.
Anyone had this problem?

image

@johngela
Copy link

johngela commented Aug 3, 2023

I have the same issue. It's working fine on my local but when building for production on my pipeline, these error occurs.

@porkerA10
Copy link

I got the error after an npm update while using Angular 15.2.9. My package.json dependency was specified with the caret as "@sweetalert2/ngx-sweetalert2": "^12.1.0" and the update took me to 12.2.0, which seemed to cause the break. To fix it I downgraded and specified the exact version "@sweetalert2/ngx-sweetalert2": "12.1.0"

@LasindaDilshan
Copy link

LasindaDilshan commented Aug 8, 2023

i also got error in compile time . (Angular version ^15.2.0)

@tahitiangabriel
Copy link

I got the error after an npm update while using Angular 15.2.9. My package.json dependency was specified with the caret as "@sweetalert2/ngx-sweetalert2": "^12.1.0" and the update took me to 12.2.0, which seemed to cause the break. To fix it I downgraded and specified the exact version "@sweetalert2/ngx-sweetalert2": "12.1.0"

Thank you you save my day!

@Ru117
Copy link

Ru117 commented Sep 19, 2023

Downgrade to this version:

npm i sweetalert2 @sweetalert2/[email protected]

@woeterman94
Copy link

Any fix for this? Pretty please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants