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

react-dev-utils 10.2.1: events.js:291 throw er; // Unhandled 'error' event #9804

Open
tomaszs opened this issue Oct 14, 2020 · 9 comments · May be fixed by vasikarla-zz/create-react-app#52
Open

Comments

@tomaszs
Copy link

tomaszs commented Oct 14, 2020

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'

@JakeLokkesmoe
Copy link

I'm seeing this issue as well

@TaylorBriggs
Copy link
Contributor

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.

@pheynnx
Copy link

pheynnx commented Nov 5, 2020

Having the same issue; on Windows 10.
I have tried React 17.0.1, React, 16.14.0, 16.13.1
I have tried Nodejs 15.1.0, 15.0.1, 14.15.0

@aShelist
Copy link

aShelist commented Nov 5, 2020

I have same issue.

Could it be because of this package?
"babel-core": "^7.0.0-bridge.0",

@TaylorBriggs
Copy link
Contributor

It appears to be present in v11 as well. Downgrading to 9.1.0 seems to be the only solution for now.

shaunmaharaj pushed a commit to elasticpath/react-pwa-reference-storefront that referenced this issue Jan 15, 2021
shaunmaharaj added a commit to elasticpath/react-pwa-reference-storefront that referenced this issue Jan 15, 2021
* 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)
@srinaath
Copy link

Is there any update on this ticket react-dev-utils 11 faces this issue as well?

@danielo515
Copy link

I was using react-dev-utils 11 and facing this problem. Just dowbgraded to version 9 and it worked.

yarn add react-dev-utils@9

@aShelist
Copy link

aShelist commented May 5, 2021

Any updates?
Снимок экрана 2021-05-05 в 18 40 02

@PenguinOfWar
Copy link

I was using react-dev-utils 11 and facing this problem. Just dowbgraded to version 9 and it worked.

yarn add react-dev-utils@9

Thanks @danielo515 downgrading to v9 worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants