mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
issue: can"t build v0.6.18 #5831
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 @sanchitbhavsar on GitHub (Jul 21, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.18
Ollama Version (if applicable)
No response
Operating System
macos
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
project should build
Actual Behavior
failing on build, first it was failing on
after adding this fix to force npm
--legacy-peer-deps --forcebut now it complains about,[vite]: Rollup failed to resolve import "y-protocols/awareness" from "/runner/_work/tech/ai/node_modules/y-prosemirror/src/plugins/cursor-plugin.js".Steps to Reproduce
just building the project npm install & build
Logs & Screenshots
[vite]: Rollup failed to resolve import "y-protocols/awareness" from "/runner/_work/tech/ai/node_modules/y-prosemirror/src/plugins/cursor-plugin.js".Additional Information
No response
@tjbck commented on GitHub (Jul 21, 2025):
PLEASE check for existing issues before creating a new post.
@sanchitbhavsar commented on GitHub (Jul 21, 2025):
@tjbck I have searched but could not find this issue being reported, the only one i could find was this https://github.com/open-webui/open-webui/issues/15880 but i already added this to build but it fails again due to
y-protocols@mettbest commented on GitHub (Jul 21, 2025):
same here, the https://github.com/open-webui/open-webui/issues/15880 is aready applied.
@tjbck commented on GitHub (Jul 21, 2025):
please refer to the changelogs, only
--forceflag should be applied, without the legacy dep flag.@rgaricano commented on GitHub (Jul 21, 2025):
https://github.com/open-webui/open-webui/issues/15887
SOLVED adding
"y-protocols":"^1.0.6",in Dependencies section of package.json
@sanchitbhavsar commented on GitHub (Jul 21, 2025):
@tjbck just with
--forceflag, it does not appear and app can be build.