**Kibana version: 7.2.0
**Elasticsearch version: 7.2.0
**Server OS version: Windows 10
Browser version:
Browser OS version:
**Original install method (e.g. download page, yum, from source, etc.): from source
**Describe the bug:
Error to build Kibana 7.2.0 from source
rning workspace-aggregator-c6269435-badc-4b99-8dc0-70ac0d819ca1 > x-pack > turf > turf-midpoint > [email protected]: Turf packages are now namespaced: please use @turf/invariant instead
warning workspace-aggregator-c6269435-badc-4b99-8dc0-70ac0d819ca1 > x-pack > turf > turf-buffer > [email protected]: This module is now under the @mapbox namespace: install @mapbox/geojson-normalize instead
warning workspace-aggregator-c6269435-badc-4b99-8dc0-70ac0d819ca1 > x-pack > @mapbox/mapbox-gl-draw > @mapbox/geojsonhint > jsonlint-lines > [email protected]: Package no longer supported. Contact [email protected] for more info.
[3/5] Fetching packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://registry.yarnpkg.com/@elastic/nodegit/-/nodegit-0.25.0-alpha.20.tgz: ESOCKETTIMEDOUT".
Steps to reproduce:
**Expected behavior: Kibana builded
Screenshots (if relevant):
Errors in browser console (if relevant):
**Provide logs and/or server output (if relevant):
rning workspace-aggregator-c6269435-badc-4b99-8dc0-70ac0d819ca1 > x-pack > turf > turf-midpoint > [email protected]: Turf packages are now namespaced: please use @turf/invariant instead
warning workspace-aggregator-c6269435-badc-4b99-8dc0-70ac0d819ca1 > x-pack > turf > turf-buffer > [email protected]: This module is now under the @mapbox namespace: install @mapbox/geojson-normalize instead
warning workspace-aggregator-c6269435-badc-4b99-8dc0-70ac0d819ca1 > x-pack > @mapbox/mapbox-gl-draw > @mapbox/geojsonhint > jsonlint-lines > [email protected]: Package no longer supported. Contact [email protected] for more info.
[3/5] Fetching packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://registry.yarnpkg.com/@elastic/nodegit/-/nodegit-0.25.0-alpha.20.tgz: ESOCKETTIMEDOUT".
Any additional context:
@aristenio
The problem appears to be either with your internet connection or with the registry itself.
[3/5] Fetching packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://registry.yarnpkg.com/@elastic/nodegit/-/nodegit-0.25.0-alpha.20.tgz: ESOCKETTIMEDOUT".
It is not a problem directly related with kibana itself.
Pinging @elastic/kibana-operations
Problem solved using:
yarn install --network-timeout 1000000000
instead
yarn kbn bootstrap
Thanks
Most helpful comment
Problem solved using:
yarn install --network-timeout 1000000000
instead
yarn kbn bootstrap
Thanks