Build Error Module not found: Can't resolve 'fzstd'
Error Type
Build Error
Error Message
Module not found: Can't resolve 'fzstd'
Build Output
./packages/demon-client/protocol.ts:15:1
Module not found: Can't resolve 'fzstd'
13 | // lora_catalog / swap_ready / swap_failed
14 |
15 | import * as fzstd from "fzstd";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
16 |
17 | import {
18 | PREEMPTED_CLOSE_CODE,
Import traces:
Client Component Browser:
./packages/demon-client/protocol.ts [Client Component Browser]
./demos/realtime_motion_graph_web/web/hooks/useStartSession.ts [Client Component Browser]
./demos/realtime_motion_graph_web/web/components/Performance/PerformanceShell.tsx [Client Component Browser]
./demos/realtime_motion_graph_web/web/components/Performance/PerformanceShell.tsx [Server Component]
./demos/realtime_motion_graph_web/web/app/page.tsx [Server Component]
Client Component SSR:
./packages/demon-client/protocol.ts [Client Component SSR]
./demos/realtime_motion_graph_web/web/hooks/useStartSession.ts [Client Component SSR]
./demos/realtime_motion_graph_web/web/components/Performance/PerformanceShell.tsx [Client Component SSR]
./demos/realtime_motion_graph_web/web/components/Performance/PerformanceShell.tsx [Server Component]
./demos/realtime_motion_graph_web/web/app/page.tsx [Server Component]
