From 692823fa16008dc8df29288b66a207f7793eb734 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 26 Mar 2026 08:28:37 +0100 Subject: [PATCH] Update baserow-install.sh --- install/baserow-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/baserow-install.sh b/install/baserow-install.sh index ae201365..ac95a611 100644 --- a/install/baserow-install.sh +++ b/install/baserow-install.sh @@ -45,7 +45,7 @@ msg_ok "Installed Backend Dependencies" msg_info "Building Frontend" cd /opt/baserow/web-frontend -$STD npm install +$STD npm install --legacy-peer-deps $STD npm run build msg_ok "Built Frontend"