surmon-china / vue-awesome-swiper

🏆 Swiper component for @vuejs
https://github.surmon.me/vue-awesome-swiper
MIT License
12.82k stars 1.97k forks source link

This dependency was not found: * !!vue-style-loader!css-loader?{ #104

Open PecoKael opened 7 years ago

PecoKael commented 7 years ago

This dependency was not found:

To install it, you can run: npm install --save !!vue-style-loader!css-loader?{"minimize":false,"sourceMap":false}!../._vue-loader@12.2.1@vue-loader/lib/style-compiler/index?{"vue":true,"id":"data-v-6d1be154","scoped":false,"hasInlineConfig":false}!node_modules/swiper/dist/css/swiper.css

surmon-china commented 7 years ago

41

DevilishMan commented 7 years ago

npm install node-sass sass-loader

HaroldV commented 7 years ago

Thanks @a459295360 :)

lau-a commented 6 years ago

why isn't this installed by default?

Edit: It's not installed by default as not everyone uses sass, however it would be nice to have an option to select a pre-processor (can be skipped)

turbotobias commented 6 years ago

@lau-a Agree. When initializing a project with the CLI, the question "add a css pre-processor [scss, less, stylus]?" would be nice

exabyter commented 6 years ago

Thank @a459295360

lazycece commented 6 years ago

to excute “npm install node-sass sass-loader” can do, but why there was error "!vue-style-loader!css-loader"?

surmon-china commented 6 years ago

@lazycece npm i vue-style-loader css-loader

Joshua-Shepherd commented 6 years ago

make sure the directory names don't contain '!' it will throw this error

danicholls commented 6 years ago

This helped me: https://github.com/nuxt/nuxt.js/issues/1069#issuecomment-314422716

ultravires commented 5 years ago

hey, if you want to use stylus, please:

npm install stylus stylus-loader --save-dev

anson-GH commented 5 years ago

I got error in version sass-loader: 8.x

I do reinstall and work for me. npm uninstall sass-loader npm install sass-loader@7.3.1 --save-dev

add below in your webpack Screenshot_112319_120628_AM

nicely commented 4 years ago

I got error in version sass-loader: 8.x

I do reinstall and work for me. npm uninstall sass-loader npm install sass-loader@7.3.1 --save-dev

add below in your webpack Screenshot_112319_120628_AM

Thank you.... I hate those NPM versions........ hateeeeeee but still using...

rsbwdgzq commented 3 years ago

It still not work...