-
Notifications
You must be signed in to change notification settings - Fork 231
Error: read ECONNRESET when starting ndb on ubuntu #312
Comments
Same exact error for me. Same system exactly. No luck so far in resolving. |
It works with yarn BTW.. |
Is because Chrome cannot be run as root by default. |
@nicomt Thank you, this solution is perfect |
That did seem to work for me, however, I needed to uninstall my existing |
Thanks so much working for me! |
Steps to reproduce
Tell us about your environment:
What steps will reproduce the problem?
ndb filename.js
OR
ndb npm run script
Please include code that reproduces the issue.
What is the expected result?
ndb should start the debugger
What happens instead?
ndb throws an error:
events.js:287
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at Pipe.onStreamRead (internal/stream_base_commons.js:205:27)
Emitted 'error' event on Socket instance at:
at emitErrorNT (internal/streams/destroy.js:92:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
errno: 'ECONNRESET',
code: 'ECONNRESET',
syscall: 'read'
}
The text was updated successfully, but these errors were encountered: