-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Works with 3.11.0 but fails with 3.11.3 errno: -4077 ECONNRESET #4342
Comments
The only thing I've found here or elsewhere is this #1642 but its not 1:1. |
It seems to start some times with the following changes the start up script contains:
Changing process.env.BABEL_ENV and process.env.NODE_ENV to development fixed it. Closing the issue but maybe it will help someone else |
Please update to v4, v3 deprecated |
works better with npm 8.5.0 than it did with 8.3.0... ok btw https://www.npmjs.com/package/webpack-dev-server?msclkid=319717faa6c911ec85f7d53e805f59a4 still lists the 3x tree as current versions not depreciated. I'll close the issue and see if I can get this working in v4 (I'm more of a Java developer so wepack is a google the answer and try it process for me) |
Bug report
Project starts and runs fine when on 3.11.0 but throws the below error on 3.11.3. I've looked and searched the usually places but can't seem to find an answer and the error doesn't give me much to go on.
Actual Behavior
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
Emitted 'error' event on Socket instance at:
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:82:21) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
Expected Behavior
to work
How Do We Reproduce?
Its a internal project so I can't put full example, I'm assuming its a compatibility issue but its a large old project.
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationHere is the webpackDevServer.config.js I am using
The text was updated successfully, but these errors were encountered: