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"