[GH-ISSUE #8648] Cannot find package '@sveltejs/adapter-static' imported from /app/svelte.config.js #53871

Closed
opened 2026-05-05 15:28:33 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @skhaz on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8648

Bug Report

Installation Method

git clone, then Docker.

Environment

  • Open WebUI Version: 0.3.32
  • Operating System: Ubuntu 24.04, on macOS works fine.

Confirmation:

  • I have read and followed all the instructions provided in the README.md.
  • I am on 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 the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

Application boots.

Actual Behavior:

chat_app | error when starting dev server:
chat_app | Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@sveltejs/adapter-static' imported from /app/svelte.config.js
chat_app | at packageResolve (node:internal/modules/esm/resolve:854:9)
chat_app | at moduleResolve (node:internal/modules/esm/resolve:927:18)
chat_app | at defaultResolve (node:internal/modules/esm/resolve:1169:11)
chat_app | at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:542:12)
chat_app | at ModuleLoader.resolve (node:internal/modules/esm/loader:510:25)
chat_app | at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:239:38)
chat_app | at ModuleWrap. (node:internal/modules/esm/module_job:96:40)
chat_app | at link (node:internal/modules/esm/module_job:95:36)

Description

Because of the error the app doest not boot.

Originally created by @skhaz on GitHub (Jan 17, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/8648 # Bug Report ## Installation Method git clone, then Docker. ## Environment - **Open WebUI Version:** 0.3.32 - **Operating System:** Ubuntu 24.04, on macOS works fine. **Confirmation:** - [X] I have read and followed all the instructions provided in the README.md. - [X] I am on 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 the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: Application boots. ## Actual Behavior: chat_app | error when starting dev server: chat_app | Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@sveltejs/adapter-static' imported from /app/svelte.config.js chat_app | at packageResolve (node:internal/modules/esm/resolve:854:9) chat_app | at moduleResolve (node:internal/modules/esm/resolve:927:18) chat_app | at defaultResolve (node:internal/modules/esm/resolve:1169:11) chat_app | at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:542:12) chat_app | at ModuleLoader.resolve (node:internal/modules/esm/loader:510:25) chat_app | at ModuleLoader.getModuleJob (node:internal/modules/esm/loader:239:38) chat_app | at ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:96:40) chat_app | at link (node:internal/modules/esm/module_job:95:36) ## Description Because of the error the app doest not boot.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#53871