-
Notifications
You must be signed in to change notification settings - Fork 154
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
Build error on Windows #135
Comments
I had not test it, but it should works:
|
Thanks for the quick response. I modified this line and after adding the following to webpack.config.js (because I was getting an error 'cannot resolve fs':
Now I have this error:
Anyway, is Windows supported or should I switch to a Linux machine? |
Here webpack-contrib/css-loader#447 (comment) recommend to use
instead of fs:'empty' Anyway, i think that always is better works in a linux machine ;) |
Thanks, I fixed this now I'm getting the following, any clues?
|
I have been facing a similar issue here for days. I found the working steps to install all of the dependencies here:
|
it seems that scripts are meant for a Linux machine. Is there anyway to build for windows?
The text was updated successfully, but these errors were encountered: