issue: Problematic installation #5836

Closed
opened 2025-11-11 16:35:24 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @PatrickAtYacoub on GitHub (Jul 22, 2025).

Check Existing Issues

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

Installation Method

Git Clone

Open WebUI Version

latest

Ollama Version (if applicable)

No response

Operating System

Windows 11

Browser (if applicable)

No response

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

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

Originally created by @PatrickAtYacoub on GitHub (Jul 22, 2025). ### Check Existing Issues - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### Installation Method Git Clone ### Open WebUI Version latest ### Ollama Version (if applicable) _No response_ ### Operating System Windows 11 ### Browser (if applicable) _No response_ ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### 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_
GiteaMirror added the bug label 2025-11-11 16:35:24 -06:00
Author
Owner

@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

@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
Author
Owner

@rgaricano commented on GitHub (Jul 22, 2025):

script that I use for build cloned openwebui (I run it in main open-webui dir):

echo "Press any key to start installing nodejs dependent libs..."; read -s -n 1
npm install --force --legacy-peer-deps

echo "Press any key to build frontend..."; read -s -n 1
NODE_OPTIONS=--max_old_space_size=4096  npm run build

echo "Press any key to install backend python libs requirements..."; read -s -n 1
cd backend
pip install -r requirements.txt -U

echo "Rebuild ended...Press any key to continue."; read -s -n 1
@rgaricano commented on GitHub (Jul 22, 2025): script that I use for build cloned openwebui (I run it in main open-webui dir): ``` echo "Press any key to start installing nodejs dependent libs..."; read -s -n 1 npm install --force --legacy-peer-deps echo "Press any key to build frontend..."; read -s -n 1 NODE_OPTIONS=--max_old_space_size=4096 npm run build echo "Press any key to install backend python libs requirements..."; read -s -n 1 cd backend pip install -r requirements.txt -U echo "Rebuild ended...Press any key to continue."; read -s -n 1 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#5836