mirror of
https://github.com/open-webui/desktop.git
synced 2026-07-25 05:35:32 -04:00
needed to rename svelte.config.js to svelte.config.mjs
#24
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 @trevorwhitney on GitHub (Mar 5, 2025).
I'm not very experienced with Electron apps, so not sure why I'm doing wrong, but running
npm installand thennpm startproduced the following error:After renaming
svelte.config.js->svelte.config.mjsI was able to getnpm startto work. If I'm doing something wrong, could you add a quick section to theREADME.mdon how to spin this up? Thanks!@trevorwhitney commented on GitHub (Mar 5, 2025):
Making more progress, but now being told
packis not a valid argument toconda, so maybe there's a version mismatch there as well?