Bun build error since latest update?

My bot is trying to help me enable chromium so he can crawl websites for me.

He's wanting me to start the canvas host, but I get this:

$ tsx src/entry.ts browser start
error: Cannot find module './cjs/index.cjs' from ''

Bun v1.3.5 (Linux x64 baseline)
error: script "clawdbot" exited with code 1

So he's now having my build bun again but I get the same issue:

root@Clawdbot:/home/root/clawdbot# cd /home/root/clawdbot && bun run build
$ tsc -p tsconfig.json && tsx scripts/canvas-a2ui-copy.ts
error: Cannot find module './cjs/index.cjs' from ''

Bun v1.3.5 (Linux x64 baseline)
error: script "build" exited with code 1
Was this page helpful?