During the Makefile process, we install angular-cli (which gets the latest).
Pin to version 7.0.7 (to match version we use for eg2) and avoid compatiblity
problems with new angular-cli v8.0+ and our current node.js version.
Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
wget -N $(NODEJS_BINARY)
tar -C /usr/local --strip-components 1 -xJf $(NODEJS_TARBIN)
npm update
- npm install -g @angular/cli
+ npm install -g @angular/cli@7.0.7
clean:
make -C $(LIBDBI) clean