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

tons of *.json.gzip-files created in project root when running with docker node #612

Closed
ippa opened this issue Sep 9, 2016 · 3 comments
Closed

Comments

@ippa
Copy link

ippa commented Sep 9, 2016

When running webpack inside node docker there's a "known" issue that the project root fills up with random .json.gzip-files.

See webpack/webpack#2223 for a discussion / solution.

So, this bites me with CRA + docker. Could the solution in the above issue-thread be applied to the default CRA webpack conf?

@ippa ippa changed the title *.json.gzip-files created in projectroot when running with docker node tons of *.json.gzip-files created in project root when running with docker node Sep 9, 2016
@thangngoc89
Copy link
Contributor

thangngoc89 commented Sep 10, 2016

Duplicated of #483

For a work around, run dev server with a non-root user. Or run the code directly, not via npm

I'm creating the PR for this.

@ippa
Copy link
Author

ippa commented Sep 10, 2016

I can confirm running the dev-server as a normal user through docker doesn't create all those files, thanks for the tip .. and for the PR :).

@ippa ippa closed this as completed Sep 10, 2016
@gaearon
Copy link
Contributor

gaearon commented Sep 18, 2016

This should be fixed in 0.4.2.
Please verify!

@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants