diff --git a/scripts/install-webui-release-dependencies.sh b/scripts/install-webui-release-dependencies.sh index 307adbd..cb19952 100644 --- a/scripts/install-webui-release-dependencies.sh +++ b/scripts/install-webui-release-dependencies.sh @@ -70,5 +70,5 @@ while IFS=$'\t' read -r package_name spec; do done < "$GOVOPLAN_DEPS" if [[ "${#module_paths[@]}" -gt 0 ]]; then - retry npm install --prefer-online --no-save "${module_paths[@]}" + retry npm install --prefer-online --no-save --install-links "${module_paths[@]}" fi