From a847b4e4f43ded13ccadd9ada98ae304ffa965a1 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 30 May 2019 09:51:55 -0400 Subject: [PATCH] LP1830973 Update global ng-cli to version 8 Signed-off-by: Bill Erickson --- Open-ILS/src/extras/install/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/install/Makefile.common b/Open-ILS/src/extras/install/Makefile.common index a9a2476218..9da2593719 100644 --- a/Open-ILS/src/extras/install/Makefile.common +++ b/Open-ILS/src/extras/install/Makefile.common @@ -38,7 +38,7 @@ install_nodejs_from_source: wget -N $(NODEJS_BINARY) tar -C /usr/local --strip-components 1 -xJf $(NODEJS_TARBIN) npm update - npm install -g @angular/cli@^7.0.7 + npm install -g @angular/cli@^8.0.0 clean: make -C $(LIBDBI) clean -- 2.11.0