-
Notifications
You must be signed in to change notification settings - Fork 47
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
No such file error on Windows #78
Comments
Do you use any plugins? I get a similar/same error when using postcss-modules madyankin/postcss-modules#62 |
In the end I used Anyway, I've since migrated to webpack. The community around browserify seems to have disappeared. |
I am also having a lot of issues with browserify and compatibility but webpack is too much of an abstraction to me. |
I find the latest version is very similar to browserify + things in gulp like uglify. Only complaint is that after transforming css through PostCSS loader, webpack would bundle it within your JavaScript output, which you then need ExtractTextPlugin to take it out again. |
Error: ENOENT: no such file or directory, open '....the path to output....'
In the output settings, I've set the file to be saved in a folder that does not exists. Expected that the folders are created automatically.
However, I'm getting the above error
The text was updated successfully, but these errors were encountered: