From: Bill Erickson Date: Wed, 5 Sep 2018 17:15:25 +0000 (-0400) Subject: LP#1775466 Install angular-cli instead of (deprecated) grunt-cli X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2cc6fe91f44f142c2a518f27d50e849ffb689e12;p=working%2FEvergreen.git LP#1775466 Install angular-cli instead of (deprecated) grunt-cli Signed-off-by: Bill Erickson --- 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