Skip to content

Commit

Permalink
Pass --force when installing ui deps to get around dependency resolut…
Browse files Browse the repository at this point in the history
…ion warnings
  • Loading branch information
mabashian committed Sep 26, 2022
1 parent 9c2185c commit c101619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ clean-ui:
rm -rf $(UI_BUILD_FLAG_FILE)

awx/ui/node_modules:
NODE_OPTIONS=--max-old-space-size=6144 $(NPM_BIN) --prefix awx/ui --loglevel warn ci
NODE_OPTIONS=--max-old-space-size=6144 $(NPM_BIN) --prefix awx/ui --loglevel warn --force ci

$(UI_BUILD_FLAG_FILE):
$(MAKE) awx/ui/node_modules
Expand Down

0 comments on commit c101619

Please sign in to comment.