#2153·Fabric

[Bug]: windows install of Web interface

Author: rpgrunwaldCreated Jul 2, 2026Updated Jul 5, 2026
Labelsbug

What happened?

Launching http://localhost:5173/ after first install

[plugin:vite-plugin-svelte:compile] C:/Users/Paul/fabric/web/src/lib/components/ui/toast/ToastContainer.svelte:5:9 $toastStore is an illegal variable name. To reference a global variable called $toastStore, use globalThis.$toastStore https://svelte.dev/e/global_reference_invalid ToastContainer.svelte:7:9 3 |
4 |

5 | {#each $toastStore as toast (toast.id)} ^ 6 | <Toast {toast} /> 7 | {/each}

Operating System

Windows

OS Version

bash
Window 11

How did you install Fabric?

Release Binary - Windows

Version

1.4.455

git install of source 

node version v24.18.0

Relevant log output

bash

Relevant screenshots (optional)

No response