From 2cc6fe91f44f142c2a518f27d50e849ffb689e12 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 5 Sep 2018 13:15:25 -0400 Subject: [PATCH] LP#1775466 Install angular-cli instead of (deprecated) grunt-cli 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 0cc35b1b43..c5422879a6 100644 --- a/Open-ILS/src/extras/install/Makefile.common +++ b/Open-ILS/src/extras/install/Makefile.common @@ -33,7 +33,7 @@ install_nodejs_from_source: wget -N $(NODEJS_BINARY) tar -C /usr/local --strip-components 1 -xJf $(NODEJS_TARBIN) npm update - npm install -g grunt-cli + npm install -g @angular/cli clean: make -C $(LIBDBI) clean -- 2.11.0