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

No such file error on Windows #78

Open
huan086 opened this issue Jan 26, 2016 · 4 comments
Open

No such file error on Windows #78

huan086 opened this issue Jan 26, 2016 · 4 comments

Comments

@huan086
Copy link

huan086 commented Jan 26, 2016

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

@pixelass
Copy link

Do you use any plugins? I get a similar/same error when using postcss-modules madyankin/postcss-modules#62

@huan086
Copy link
Author

huan086 commented May 16, 2017

In the end I used mkdirp module to create the folders before running browserify.

Anyway, I've since migrated to webpack. The community around browserify seems to have disappeared.

@pixelass
Copy link

I am also having a lot of issues with browserify and compatibility but webpack is too much of an abstraction to me.

@huan086
Copy link
Author

huan086 commented May 16, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants