node.js – Cypress Windows – Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
I have installed Cypress on my PC but when I try to use it at the end of test execution, it fails due to following error:
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
{
errno: -4077,
code: ‘ECONNRESET’,
syscall: ‘read’
}
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
Someone could you help me?
N.B. I try to change also the browser version and the cypress versions used without success.
Read more here: Source link