From 6baed891df26fc2e9421883fab8148f579c84c70 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 8 Jul 2019 11:08:20 -0400 Subject: [PATCH] LP1830973 Deps installer uses Angular 8 Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton Signed-off-by: Chris Sharp --- 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..2c4246ce6b 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.2.0 clean: make -C $(LIBDBI) clean -- 2.11.0