Replies: 1 comment
-
Try to use the command which is in the documentation Also remove node_modules and package.json lock https://stackoverflow.com/questions/69179230/unable-to-use-swiper-vue-dependencies-not-found |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I've done everything on: https://swiperjs.com/vue#installation
There is a folder 'swiper' in my node_modules containing a folder 'vue'.
` ERROR Failed to compile with 1 error 21:10:53
This dependency was not found:
ist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/sections/swiper-cards.vue?vue&type=scrip
t&lang=js&
To install it, you can run: npm install --save swiper/vue
`
When I try to run
npm install --save swiper/vue
I get a popup from Github. After I've entered my credentials on the browser it says connected and then that's it. Nothing in the terminal. How can I get this up and running? I have the node_modules/swiper/vue folder.Beta Was this translation helpful? Give feedback.
All reactions