sweetalert2 / ngx-sweetalert2

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

Cannot find module @sweetalert2/ngx-sweetalert2 or its corresponding type declarations #238

Closed accarvajal closed 1 year ago

accarvajal commented 1 year ago

After installing library and types according documentation, I'm trying to import the module into any module and VS Code is marking import ... from with that error. Package.json shows this in dependencies:

"@sweetalert2/ngx-sweetalert2": "^12.1.0", "rxjs": "~7.5.0", "sweetalert2": "^11.7.5",

Recently I upgrade my angular project to v16, despite of many dependencies show a warning when installing, they are working fine. I'm using yarn for package managing.

image

I tried to fix it by removing node_modules and reinstalling but not success.

limonte commented 1 year ago

not sure what this issue is about, sorry.