open-webui: remove --legacy-peer-deps (#523213)

This commit is contained in:
Masum Reza
2026-05-23 06:53:26 +00:00
committed by GitHub
+1 -5
View File
@@ -32,11 +32,7 @@ let
npmDepsHash = "sha256-kAUbFAFNo5RHMGqO7sPHSxSEZw9Ky6Pxp/vddDyw90E=";
# See https://github.com/open-webui/open-webui/issues/15880
npmFlags = [
"--force"
"--legacy-peer-deps"
];
npmFlags = [ "--force" ];
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
# Until this is solved, running python packages from the browser will not work.