From 5ee90789f7e98c6eb76490820f24cc217eb44008 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 26 Jun 2020 11:23:45 -0400 Subject: [PATCH] LP1864371 Makefile.install install Angular 9.1.0 Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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 2c4246ce6b..b0971995b4 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@^8.2.0 + npm install -g @angular/cli@^9.1.0 clean: make -C $(LIBDBI) clean -- 2.11.0