mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #15887] issue: Error building v0.6.18_ y-protocols #17707
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rgaricano on GitHub (Jul 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15887
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v.0.6.18
Ollama Version (if applicable)
v0.9.6
Operating System
ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
build without errors
Actual Behavior
Error building v.0.6.18
Steps to Reproduce
EDITED for correct:
running
npm installnpm install --force --legacy-peer-deps
NODE_OPTIONS=--max_old_space_size=4096 npm run build
Logs & Screenshots
Additional Information
(node version v23.8.0 with package.json modificated for support this engine)
SOLVED adding
"y-protocols":"^1.0.6",in Dependencies section of package.json
@tjbck commented on GitHub (Jul 20, 2025):
#15880
@rgaricano commented on GitHub (Jul 20, 2025):
sorry:
running
npm install --force --legacy-peer-deps(I have it scripted)
@rgaricano commented on GitHub (Jul 20, 2025):
I'm running
npm install --force --legacy-peer-depssince time ago because an error with i18n.parser with node 23@rgaricano commented on GitHub (Jul 20, 2025):
Same building dev branch ... same solution