mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
issue: Problematic installation #5836
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 @PatrickAtYacoub on GitHub (Jul 22, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
latest
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Installation would work
Actual Behavior
Installation is not working
Steps to Reproduce
clone and run npm install
Logs & Screenshots
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @tiptap/extension-bubble-menu@2.26.1
npm error Found: @tiptap/core@3.0.7
npm error node_modules/@tiptap/core
npm error @tiptap/core@"^3.0.7" from the root project
npm error peer @tiptap/core@"^3.0.7" from @tiptap/extension-blockquote@3.0.7
npm error node_modules/@tiptap/extension-blockquote
npm error @tiptap/extension-blockquote@"^3.0.7" from @tiptap/starter-kit@3.0.7
npm error node_modules/@tiptap/starter-kit
npm error @tiptap/starter-kit@"^3.0.7" from the root project
npm error 24 more (@tiptap/extension-bold, @tiptap/extension-code, ...)
npm error
npm error Could not resolve dependency:
npm error peer @tiptap/core@"^2.7.0" from @tiptap/extension-bubble-menu@2.26.1
npm error node_modules/@tiptap/extension-bubble-menu
npm error @tiptap/extension-bubble-menu@"^2.26.1" from the root project
npm error
npm error Conflicting peer dependency: @tiptap/core@2.26.1
npm error node_modules/@tiptap/core
npm error peer @tiptap/core@"^2.7.0" from @tiptap/extension-bubble-menu@2.26.1
npm error node_modules/@tiptap/extension-bubble-menu
npm error @tiptap/extension-bubble-menu@"^2.26.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error C:\Users\Patrick\AppData\Local\npm-cache_logs\2025-07-22T08_42_48_240Z-eresolve-report.txt
npm error A complete log of this run can be found in: C:\Users\Patrick\AppData\Local\npm-cache_logs\2025-07-22T08_42_48_240Z-debug-0.log
Additional Information
No response
@Classic298 commented on GitHub (Jul 22, 2025):
Check the changelog. It is written that you need to use npm install --force otherwise it will not work right now
@rgaricano commented on GitHub (Jul 22, 2025):
script that I use for build cloned openwebui (I run it in main open-webui dir):