From 9a79de4aa33b52f55397bcbcd6cd9f84c3dff149 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 5 Sep 2018 15:56:41 -0400 Subject: [PATCH] LP#1775466 developer prereqs update Node / add angular/cli NodeJS version updated from v6 to v8. Install angular/cli globally, needed for building the Angular app. Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- Open-ILS/src/extras/Makefile.install | 2 +- Open-ILS/src/extras/install/Makefile.common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index abb1086269..fde4423b4e 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -40,7 +40,7 @@ export LIBDBI_HOST=http://open-ils.org/~denials/evergreen # some OSes require a newer version of NodeJS # NOTE: Using the LTS binaries for NodeJS -export NODEJS_VERSION=v6.11.3 +export NODEJS_VERSION=v8.11.4 export NODEJS_BINDIR=node-$(NODEJS_VERSION)-linux-x64 export NODEJS_TARBIN=$(NODEJS_BINDIR).tar.xz export NODEJS_BINARY="https://nodejs.org/dist/$(NODEJS_VERSION)/$(NODEJS_TARBIN)" 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 -- 2.43.2