Hi,
when I build the kibana source code, I met the error message as below.
<Error Message>
ERROR failure
ERROR Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close
at Socket.onclose (internal/streams/end-of-stream.js:52:15)
at Socket.emit (events.js:203:15)
at Pipe._handle.close (net.js:607:12)
<Dev Env.>
kibana : 7.6.1
elasticsearch : 7.6.1
node : v10.19.0
os : centos 7
<Step>
1. yarn kbn clean -> success
2. yarn kbn bootstrap -> success
3. yarn build . -> fail