Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while compiling the project in gulp #7

Closed
strukove opened this issue Apr 27, 2017 · 7 comments
Closed

Error while compiling the project in gulp #7

strukove opened this issue Apr 27, 2017 · 7 comments
Labels

Comments

@strukove
Copy link

Hi,
I'm getting this error during compiling the project using gulp browserify

Cannot find module '!!./../node_modules/css-loader/index.js!./../node_modules/vue-loader/lib/style-rewriter.js?id=data-v-60fe12fc!./../node_modules/sass-loader/lib/loader.js!./../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./Resizer.vue' from 'c:\GIT\Rockwool\Website\static\node_modules\vue-js-modal\dist

@euvl
Copy link
Owner

euvl commented Apr 27, 2017

Hey @strukove. I was using sass in the project, you might want to add sass-loader and node-sass to your deps. (e.g. npm install node-sass sass-loader --save)

Could you please give me a code example of how you do it or create a sample project so i could take a look?

@euvl
Copy link
Owner

euvl commented Apr 27, 2017

Hey again @strukove , i've just pushed release 1.0.19 that does not use sass at all.

There was not that much css to use preprocessor tbh, hope it will fix your problem.

@TheLonelinessOfHS
Copy link

TheLonelinessOfHS commented Apr 27, 2017

Hello. I've got exactly the same problem. With version 1.0.19

@strukove
Copy link
Author

Great, thanks)

@strukove
Copy link
Author

I've just tried to use it again (installed it from npm from scratch) and I still have this issue:

Cannot find module '!!./../node_modules/css-loader/index.js?minimize!./../node_modules/vue-loader/lib/style-rewriter.js?id=data-v-40dd3b1e&scoped=true!./../node_modules/vue-loader/lib/selector.js?type=styles&index=0!./Modal.vue' from 'c:\GIT\Rockwool\Website\static\node_modules\vue-js-modal\dist'

@euvl euvl added the bug label Apr 28, 2017
@euvl
Copy link
Owner

euvl commented May 1, 2017

Will try to spend more time on this issue in upcoming week

@euvl
Copy link
Owner

euvl commented May 9, 2017

It is clearly some mess in vue dependencies & gulp & windows, i am afraid i didn't manage to replicate the problem.
Hopefully you have found a solution, lemme know if this is still an issue

@euvl euvl closed this as completed May 9, 2017
JahsonFenetre pushed a commit to JahsonFenetre/vue-js-modal that referenced this issue Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants