-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
react-dev-utils 10.2.1: events.js:291 throw er; // Unhandled 'error' event #9804
react-dev-utils 10.2.1: events.js:291 throw er; // Unhandled 'error' event #9804
Comments
I'm seeing this issue as well |
I just had a co-worker run into this issue. It seems to be on Windows only. Haven't seen it on MacOS or Linux. |
Having the same issue; on Windows 10. |
I have same issue. Could it be because of this package? |
It appears to be present in v11 as well. Downgrading to 9.1.0 seems to be the only solution for now. |
* Support for Node.js v15.x - Support for Node.js v15.x * - update node-sass for latest versions of node * - rollback to stable react-dev-util (facebook/create-react-app#9804)
Is there any update on this ticket react-dev-utils 11 faces this issue as well? |
I was using react-dev-utils 11 and facing this problem. Just dowbgraded to version 9 and it worked.
|
Thanks @danielo515 downgrading to v9 worked for me. |
After updating react-dev-utils from:
"react-dev-utils": "^6.1.1",
to:
"react-dev-utils": "^10.2.1",
An error occurs:
events.js:291
throw er; // Unhandled 'error' event
^
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:80:21) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
The text was updated successfully, but these errors were encountered: