react-boilerplate: Getting net::ERR_INCOMPLETE_CHUNKED_ENCODING
Clone master branch.
yarn install
yarn start
Open http://localhost:3000, you will see GET http://localhost:9999/__webpack_hmr net::ERR_INCOMPLETE_CHUNKED_ENCODING error on browser console after 20~30 secs passed.
Versions
- React-Boilerplate (see
package.json): 3.4.0 - Node/NPM: Node v8.1.0, Npm 5.0.3
- Browser: Chrome Version 59.0.3071.115 (Official Build) (64-bit)
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 20 (8 by maintainers)
Upgrading node
8.1.0to8.1.1will fix it. https://github.com/nodejs/node/issues/13435 https://github.com/nodejs/node/issues/13391 https://github.com/nodejs/node/pull/2534 https://github.com/nodejs/node/pull/13549@sujameslin
Yes, I guess so…
When I upgraded to Node 8 and npm 5 I encountered many problems with a project not related to RBP and so, rolled back. More on that in this #1814 comment.
So far there does not seem to be much concern on the part of npm and I have heard nothing about Node 8 issues. That’s mostly because I have work to do and 1 back versions are working well for me.
I guess RBP will just have to wait for these new versions to settle out and then adjust to the new landscape.
Thanks for your troubleshooting effort 😄