vue-awesome-swiper icon indicating copy to clipboard operation
vue-awesome-swiper copied to clipboard

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

Open PecoKael opened this issue 8 years ago • 14 comments

This dependency was not found:

  • !!vue-style-loader!css-loader?{"minimize":false,"sourceMap":false}!../[email protected]@vue-loader/lib/style-compiler/index?{"vue":true,"id":"data-v-6d1be154","scoped":false,"hasInlineConfig":false}!node_modules/swiper/dist/css/swiper.css in ./~/vue-awesome-swiper/swiper.vue

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

PecoKael avatar Jun 19 '17 02:06 PecoKael

#41

surmon-china avatar Jun 19 '17 02:06 surmon-china

npm install node-sass sass-loader

DevilishMan avatar Jul 25 '17 09:07 DevilishMan

Thanks @a459295360 :)

HaroldV avatar Sep 28 '17 19:09 HaroldV

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)

lau-a avatar Jan 08 '18 04:01 lau-a

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

turbotobias avatar Jan 31 '18 08:01 turbotobias

Thank @a459295360

exabyter avatar Mar 06 '18 00:03 exabyter

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

lazycece avatar Mar 14 '18 01:03 lazycece

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

surmon-china avatar Mar 14 '18 03:03 surmon-china

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

Joshua-Shepherd avatar Jun 17 '18 11:06 Joshua-Shepherd

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

danicholls avatar Jun 27 '18 09:06 danicholls

hey, if you want to use stylus, please:

npm install stylus stylus-loader --save-dev

ultravires avatar Dec 22 '18 13:12 ultravires

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

I do reinstall and work for me. npm uninstall sass-loader npm install [email protected] --save-dev

add below in your webpack Screenshot_112319_120628_AM

anson-GH avatar Nov 22 '19 16:11 anson-GH

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

I do reinstall and work for me. npm uninstall sass-loader npm install [email protected] --save-dev

add below in your webpack Screenshot_112319_120628_AM

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

nicely avatar Oct 07 '20 04:10 nicely

It still not work...

rsbwdgzq avatar Dec 15 '20 03:12 rsbwdgzq