Hello all,
I have been struggling with setting up dev environment from a long time. Right now, I am behind corporate proxy. I have set up proxy settings for Yarn, NPM and Git but when I run yarn es snapshot, it gives me following errors.
$ yarn es snapshot
yarn run v1.21.1
$ node scripts/es snapshot
info Installing from snapshot
│ info version: 7.13.3
│ info install path: C:\TEMP\kibana-development\developed-kibana\kibana\.es\7.13.3
│ info license: basic
│ info Downloading snapshot manifest from https://storage.googleapis.com/kibana-ci-es-snapshots-daily/7.13.3/manifest-latest-verified.json
│ warn ...failure, retrying in 5 seconds: request to https://storage.googleapis.com/kibana-ci-es-snapshots-daily/7.13.3/manifest-latest-verified.json failed, reason: getaddrinfo ENOTFOUND storage.googleapis.com
│ info ...retrying
│ warn ...failure, retrying in 5 seconds: request to https://storage.googleapis.com/kibana-ci-es-snapshots-daily/7.13.3/manifest-latest-verified.json failed, reason: getaddrinfo ENOTFOUND storage.googleapis.com
│ info ...retrying
│ warn ...failure, retrying in 5 seconds: request to https://storage.googleapis.com/kibana-ci-es-snapshots-daily/7.13.3/manifest-latest-verified.json failed, reason: getaddrinfo ENOTFOUND storage.googleapis.com
│ info ...retrying
│ warn ...failure, retrying in 5 seconds: request to https://storage.googleapis.com/kibana-ci-es-snapshots-daily/7.13.3/manifest-latest-verified.json failed, reason: getaddrinfo ENOTFOUND storage.googleapis.com
│ info ...retrying
│ERROR Unhandled error
│ERROR FetchError: request to https://storage.googleapis.com/kibana-ci-es-snapshots-daily/7.13.3/manifest-latest-verified.json failed, reason: getaddrinfo ENOTFOUND storage.googleapis.com
│ at ClientRequest.<anonymous> (C:\TEMP\kibana-development\developed-kibana\kibana\node_modules\node-fetch\lib\index.js:1461:11)
│ at ClientRequest.emit (events.js:375:28)
│ at TLSSocket.socketErrorListener (_http_client.js:475:9)
│ at TLSSocket.emit (events.js:375:28)
│ at emitErrorNT (internal/streams/destroy.js:106:8)
│ at emitErrorCloseNT (internal/streams/destroy.js:74:3)
│ at processTicksAndRejections (internal/process/task_queues.js:82:21)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Am I still missing something? Is there any work around for this? Please help!
Thank you.