trying to get node working with wheezy
authorJason Etheridge <jason@equinoxinitiative.org>
Mon, 10 Sep 2018 20:06:34 +0000 (16:06 -0400)
committerJason Etheridge <jason@equinoxinitiative.org>
Mon, 10 Sep 2018 20:06:34 +0000 (16:06 -0400)
installer/wheezy/eg_wheezy_installer.sh

index 9e08417..c2feab4 100755 (executable)
@@ -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