LP#2000482: (Followup) Update Angular Version in Makefile.common
authorJason Boyer <JBoyer@equinoxOLI.org>
Tue, 2 May 2023 15:53:36 +0000 (11:53 -0400)
committerJason Boyer <JBoyer@equinoxOLI.org>
Tue, 2 May 2023 15:53:36 +0000 (11:53 -0400)
Install Angular 15 during DIST-REL-developer make targets.

Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>

Open-ILS/src/extras/install/Makefile.common

index 93ca2f0..2c42234 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@^12.2.0
+       npm install -g @angular/cli@^15.0
 
 clean:
        make -C $(LIBDBI) clean