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:
3a835cd
)
LP#1775466 Install angular-cli instead of (deprecated) grunt-cli
author
Bill Erickson
<berickxx@gmail.com>
Wed, 5 Sep 2018 17:15:25 +0000
(13:15 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Wed, 5 Sep 2018 17:15:25 +0000
(13:15 -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
0cc35b1
..
c542287
100644
(file)
--- 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