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 with node 8.0.0 - Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING #731

Closed
dortamiguel opened this issue Jun 1, 2017 · 8 comments

Comments

@dortamiguel
Copy link

I updated to node v8.0.0 with npm 5.0.1 and I'm getting the following error, it appears on the console after 10 seconds.
screen shot 2017-06-01 at 13 29 51

@oswaldofreitas
Copy link

oswaldofreitas commented Jun 1, 2017

same here (with node v8 and npm 4.2)

@dortamiguel
Copy link
Author

Sometimes the hot reload is not working or working very slow

@Christilut
Copy link

Christilut commented Jun 4, 2017

Same here
Node 8, npm 5.0.2

Starts fine, after about 10 seconds I get the HMR error:

GET http://localhost:8080/__webpack_hmr net::ERR_INCOMPLETE_CHUNKED_ENCODING

Reverting back to Node 7.9.0 for now

@dortamiguel dortamiguel changed the title Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING Error with node 8.0.0 - Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING Jun 7, 2017
@nueko
Copy link

nueko commented Jun 8, 2017

fixed with #739

@nguyendv
Copy link

nguyendv commented Jun 8, 2017

How can I get the fixes into an existing project?

@oswaldofreitas
Copy link

@nguyendv just change build/dev-server.js:

var hotMiddleware = require('webpack-hot-middleware')(compiler, {
  log: () => { },
  heartbeat: 2000 // <== add this line
})

@nguyendv
Copy link

nguyendv commented Jun 9, 2017

Great! Thanks!

@Matoo125
Copy link

I just fixed it with clearing cookies

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

5 participants