Build Error(PREMATURE error)

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
1 Like

Hi were you able to figure this out? I'm having the same issue when I try to build.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.