mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
issue: can not run v0.6.18 frontend in dev mode #5839
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 @sancelot on GitHub (Jul 22, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.18
Ollama Version (if applicable)
No response
Operating System
ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
launch
npm install
npm run dev / and open browser page
Actual Behavior
when opening browser page I have many issues .
there are incompatibility issues with @tiptap v2/tiptap v3 , switching packages to ^3.0.7 solves this issues, but other remain
Steps to Reproduce
npm run dev / open browser
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Jul 22, 2025):
Please check for existing issues, this was addressed twice already
Also: please read the changelogs carefully.
The changelog says you need to use npm install --force before starting it, so that the packages can install properly