From d92ac26fb8671784029411b91a47554da38f0c32 Mon Sep 17 00:00:00 2001
From: S M Y <smy.altamash@gmail.com>
Date: Tue, 15 Oct 2019 11:25:54 +0530
Subject: [PATCH] get verbose logs for 32 bit installation and removal of
 node_modules folder

---
 .../offline-installer/templates/32-bit-prerequisite.sh.j2      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ansible/roles/offline-installer/templates/32-bit-prerequisite.sh.j2 b/ansible/roles/offline-installer/templates/32-bit-prerequisite.sh.j2
index 60032ad57..cbfa755b0 100644
--- a/ansible/roles/offline-installer/templates/32-bit-prerequisite.sh.j2
+++ b/ansible/roles/offline-installer/templates/32-bit-prerequisite.sh.j2
@@ -2,5 +2,6 @@
 
 #Build the offline installer
 cd /private/src/
-npm install
+rm -rf node_modules
+npm install leveldown --verbose
 npm run dist
-- 
GitLab