Skip to main content

pnpm install Did Not Create node_modules In My Scaffolded App

You likely created the app inside another pnpm workspace. Run from the parent directory:
pnpm --dir my-app --ignore-workspace install
pnpm --dir my-app --ignore-workspace run dev

Web Bluetooth Is Unavailable

Check the following:
  • use Chrome or Edge
  • run on https:// or localhost
  • make sure Bluetooth is enabled on the machine
  • do not expect this workflow to work in Safari or iOS

loadWasmBackend() Returned null

Make sure your app is serving the packaged pkg/rppg_wasm.js and pkg/rppg_wasm_bg.wasm assets from a path the browser can reach. If you are unsure, compare your app with the scaffolded rppg-demo app.

initEegWasm() Failed

Your app is probably not serving the packaged wasm/ assets from @elata-biosciences/eeg-web correctly. Compare your asset layout with the scaffolded eeg-demo app.

I Am Not Sure Which Package I Need

Start with Package Selection. If you still just want the fastest path, use create-elata-demo.