Kibana: Failed to build Kibana 7.2.0 from source

Created on 15 Jul 2019  路  3Comments  路  Source: elastic/kibana

**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:

  1. Checkout Kibana from tag V7.2.0
  2. run command "yarn kbn bootstrap"
    3.

**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:

Operations

Most helpful comment

Problem solved using:
yarn install --network-timeout 1000000000
instead
yarn kbn bootstrap

Thanks

All 3 comments

@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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

treussart picture treussart  路  3Comments

bhavyarm picture bhavyarm  路  3Comments

celesteking picture celesteking  路  3Comments

stacey-gammon picture stacey-gammon  路  3Comments

MaartenUreel picture MaartenUreel  路  3Comments