X-Git-Url: https://git.evergreen-ils.org/?p=Evergreen.git;a=blobdiff_plain;f=Open-ILS%2Fsrc%2Fextras%2Finstall%2FMakefile.common;h=b1dab75100349c8adbc32077b33b6e0019ec43d2;hp=b0971995b48b820b54143fb70b91261ff05ac6ec;hb=6d462ca945f7fee0d5c2f04acb03079b76d8119e;hpb=f4d6e4484582aa70f6c0aac8338293fe53941e18 diff --git a/Open-ILS/src/extras/install/Makefile.common b/Open-ILS/src/extras/install/Makefile.common index b0971995b4..b1dab75100 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@^9.1.0 + npm install -g @angular/cli@^10.0.0 clean: make -C $(LIBDBI) clean