uikit icon indicating copy to clipboard operation
uikit copied to clipboard

can't start project

Open devDoubleH opened this issue 11 months ago • 1 comments

pnpm dev

@ dev /Users/ismoiljonabdukakhkhorov/Desktop/uikit/examples/dashboard vite --host

VITE v5.0.12 ready in 135 ms

➜ Local: https://localhost:5173/ ➜ Network: https://10.20.6.26:5173/ ➜ press h + enter to show help ✘ [ERROR] Could not resolve "./wasm.js"

../../packages/uikit/src/flex/load-base64.ts:2:23:
  2 │ import { base64 } from './wasm.js'
    ╵                        ~~~~~~~~~~~

✘ [ERROR] Could not resolve "./setter.js"

../../packages/uikit/src/flex/node.ts:14:23:
  14 │ import { setter } from './setter.js'
     ╵                        ~~~~~~~~~~~~~

devDoubleH avatar Feb 29 '24 05:02 devDoubleH

It seems the initial setup script didn't run successfully. Did any of the initial setup scripts fail

pnpm install
pnpm -r inline-wasm
pnpm -r convert
pnpm -r generate
pnpm -r build

bbohlender avatar Feb 29 '24 11:02 bbohlender

Feel free to reopen if the bug the issue is still there (use the current instructions in the readme)

bbohlender avatar Mar 06 '24 23:03 bbohlender