From: Bill Erickson Date: Thu, 30 May 2019 13:51:55 +0000 (-0400) Subject: LP1830973 Update global ng-cli to version 8 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a847b4e4f43ded13ccadd9ada98ae304ffa965a1;p=working%2FEvergreen.git LP1830973 Update global ng-cli to version 8 Signed-off-by: Bill Erickson --- 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