Hi, when I run yarn build
i got this:
Running script [build] in [x-pack]:
$ gulp build
[16:07:27] Using gulpfile ~/kibana/x-pack/gulpfile.js
[16:07:27] Starting 'clean-test'...
[16:07:27] Starting 'report'...
[16:07:27] Starting 'prepare'...
[16:07:27] Finished 'clean-test' after 18 ms
[16:07:27] Starting 'clean'...
[16:07:27] Finished 'clean' after 2.03 ms
[16:07:27] Package Name x-pack
[16:07:27] Version 6.3.2-SNAPSHOT
[16:07:27] Build Number 17306
[16:07:27] Build SHA e42b0debde3688296ebfcb6595c0451d5573aa81
[16:07:27] Finished 'report' after 333 ms
[16:08:30] 'prepare' errored after 1.05 min
[16:08:30] Error: connect ETIMEDOUT 52.216.16.131:443
at Object._errnoException (util.js:992:11)
at _exceptionWithHostPort (util.js:1014:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
│ERROR failure
│ERROR Error: Command failed: yarn run build
│ at makeError (/home/webopa/kibana/packages/kbn-pm/dist/index.js:39003:9)
│ at Promise.all.then.arr (/home/webopa/kibana/packages/kbn-pm/dist/index.js:39108:16)
│ at <anonymous>
│ at process._tickCallback (internal/process/next_tick.js:188:7)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
any body know why i meet this issue?
thank you!