When executing: cd clawdbot && pnpm install && pnpm run build
(after cloning the repo)
It gives me the following error:
clawdbot@2026.1.17-1 build /home/piraces/clawdbot
tsc -p tsconfig.json && node --import tsx scripts/canvas-a2ui-copy.ts && node --import tsx scripts/copy-hook-metadata.ts && node --import tsx scripts/write-build-info.ts
src/gateway/test-helpers.mocks.ts:289:28 - error TS2339: Property 'allowFrom' does not exist on type '{}'.
289 mergedWhatsApp.allowFrom = testState.allowFrom;
~~~~~~~~~
Found 1 error in src/gateway/test-helpers.mocks.ts:289