LP1830973 Deps installer uses Angular 8
authorBill Erickson <berickxx@gmail.com>
Mon, 8 Jul 2019 15:08:20 +0000 (11:08 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 8 Jul 2019 15:08:20 +0000 (11:08 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/extras/install/Makefile.common

index a9a2476..5a44163 100644 (file)
@@ -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.1.0
 
 clean:
        make -C $(LIBDBI) clean