Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Kickstart UI: fix build dependency issue (#2587)
Browse files Browse the repository at this point in the history
Unblocks build by allowing legacy dependencies to be installed for kickstart UI build

Co-authored-by: Justin Miclette <miclettej@miclettej-a02.vmware.com>
  • Loading branch information
miclettej and Justin Miclette authored Jun 8, 2022
1 parent 69f6b1b commit f3fab85
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ endif

.PHONY: ui-dependencies
ui-dependencies: update-npm-registry ## install UI dependencies (node modules)
cd $(UI_DIR); NG_CLI_ANALYTICS=ci npm ci; cd ../
cd $(UI_DIR); NG_CLI_ANALYTICS=ci npm ci --legacy-peer-deps; cd ../

.PHONY: ui-build
ui-build: ui-dependencies ## Install dependencies, then compile client UI for production
Expand Down
Loading

0 comments on commit f3fab85

Please # to comment.