From: Jason Etheridge Date: Mon, 10 Sep 2018 20:06:34 +0000 (-0400) Subject: trying to get node working with wheezy X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=733559144c2f01e6be4835c0fcda7c57c100f7db;p=working%2Frandom.git trying to get node working with wheezy --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 9e084175d..c2feab4aa 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -407,6 +407,12 @@ function test_and_build_eg_browser_client { echo Running npm update npm update echo Return Value = $? + echo Running npm i npm@latest -g + npm i npm@latest -g + echo Return Value = $? + echo Running npm audit + npm audit + echo Return Value = $? cd /home/opensrf/Evergreen/Open-ILS/web/js/ui/default/staff && pwd echo Running npm install npm install # fetch build depencies