projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe8de7
)
LP1830973 Deps installer uses Angular 8
author
Bill Erickson
<berickxx@gmail.com>
Mon, 8 Jul 2019 15:08:20 +0000
(11:08 -0400)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/extras/install/Makefile.common
b/Open-ILS/src/extras/install/Makefile.common
index
a9a2476
..
5a44163
100644
(file)
--- 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.1.0
clean:
make -C $(LIBDBI) clean