This is an automated email from the ASF dual-hosted git repository.
sekikn pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new cd86d9a BIGTOP-3653. Building Kibana fails due to the npm error.
(#873)
cd86d9a is described below
commit cd86d9abb133b94c490c55c433cccced885d9c59
Author: Kengo Seki <[email protected]>
AuthorDate: Sun Mar 20 14:40:00 2022 +0900
BIGTOP-3653. Building Kibana fails due to the npm error. (#873)
(cherry picked from commit d377c5968248612d147e4c6b43810b94b12e423b)
---
bigtop-packages/src/common/kibana/do-component-build | 1 +
1 file changed, 1 insertion(+)
diff --git a/bigtop-packages/src/common/kibana/do-component-build
b/bigtop-packages/src/common/kibana/do-component-build
index 6869936..ed46bfd 100644
--- a/bigtop-packages/src/common/kibana/do-component-build
+++ b/bigtop-packages/src/common/kibana/do-component-build
@@ -19,6 +19,7 @@ set -ex
. `dirname ${0}`/bigtop.bom
# Install the specific version of nodejs defined in Kibana
+git config --global url."https://".insteadOf git://
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"