From c101619d084c1f9b005764a1f9304f641ad4ca47 Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 26 Sep 2022 15:34:54 -0400 Subject: [PATCH] Pass --force when installing ui deps to get around dependency resolution warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff438b794a21..7371b3225d08 100644 --- a/Makefile +++ b/Makefile @@ -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