We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42028f9 commit e79081eCopy full SHA for e79081e
1 file changed
hack/build-ui.bash
@@ -5,7 +5,7 @@ set -e
5
DEVSPACE_ROOT=$(git rev-parse --show-toplevel)
6
7
# Install dependencies
8
-cd ui && npm install && npm run build
+cd ui && npm install --legacy-peer-deps && npm run build
9
10
# Pack ui
11
echo "Packing ui"
0 commit comments