Skip to content Skip to sidebar Skip to footer

Swiper - Dependency Was Not Found Typescript, Ionic-vue

I try to use swiper as alternative to ion-slides because i can't use it for dynamic render. I have installed swiper@7.0.1 in package.json correctly, but when import the packages ac

Solution 1:

everything looks fine, the only difference that I see vs the project I implemented is the version number, I am using "swiper": "^6.7.5"

I would try deleting the node_module directory and doing an npm install

have a complete video on it here - https://youtu.be/pyqHuJSAgeY


Post a Comment for "Swiper - Dependency Was Not Found Typescript, Ionic-vue"