mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #8648] Cannot find package '@sveltejs/adapter-static' imported from /app/svelte.config.js #53871
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 @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
Confirmation:
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.