pnpm clawdbot update 2 ↵ > clawdbot@2026.1.24-3 clawdbot /Users/abhishek-mehra/Documents/projects/clawdbot > node scripts/run-node.mjs update [clawdbot] Building TypeScript (dist is stale). src/line/auto-reply-delivery.ts:1:35 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 1 import type { messagingApi } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/bot-handlers.ts:10:8 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 10 } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/bot-message-context.ts:8:8 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 8 } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/bot.ts:1:41 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 1 import type { WebhookRequestBody } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/download.ts:4:30 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 4 import { messagingApi } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/flex-templates.ts:1:35 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 1 import type { messagingApi } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/markdown-to-line.ts:1:35 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 1 import type { messagingApi } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/monitor.ts:1:41 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 1 import type { WebhookRequestBody } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/probe.ts:1:30 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 1 import { messagingApi } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/probe.ts:22:22 - error TS18046: 'profile' is of type 'unknown'. 22 displayName: profile.displayName, ~~~~~~~ src/line/probe.ts:23:17 - error TS18046: 'profile' is of type 'unknown'. 23 userId: profile.userId, ~~~~~~~ src/line/probe.ts:24:18 - error TS18046: 'profile' is of type 'unknown'. 24 basicId: profile.basicId, ~~~~~~~ src/line/probe.ts:25:21 - error TS18046: 'profile' is of type 'unknown'. 25 pictureUrl: profile.pictureUrl, ~~~~~~~ src/line/reply-chunks.ts:1:35 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 1 import type { messagingApi } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/rich-menu.ts:1:30 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 1 import { messagingApi } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/send.ts:1:30 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 1 import { messagingApi } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/send.ts:251:13 - error TS7006: Parameter 'err' implicitly has an 'any' type. 251 .catch((err) => { ~~~ src/line/send.ts:407:13 - error TS7006: Parameter 'err' implicitly has an 'any' type. 407 .catch((err) => { ~~~ src/line/template-messages.ts:1:35 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 1 import type { messagingApi } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/types.ts:9:8 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 9 } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ src/line/webhook.ts:3:41 - error TS2307: Cannot find module '@line/bot-sdk' or its corresponding type declarations. 3 import type { WebhookRequestBody } from "@line/bot-sdk"; ~~~~~~~~~~~~~~~ Found 21 errors in 15 files. Errors Files 1 src/line/auto-reply-delivery.ts:1 1 src/line/bot-handlers.ts:10 1 src/line/bot-message-context.ts:8 1 src/line/bot.ts:1 1 src/line/download.ts:4 1 src/line/flex-templates.ts:1 1 src/line/markdown-to-line.ts:1 1 src/line/monitor.ts:1 5 src/line/probe.ts:1 1 src/line/reply-chunks.ts:1 1 src/line/rich-menu.ts:1 3 src/line/send.ts:1 1 src/line/template-messages.ts:1 1 src/line/types.ts:9 1 src/line/webhook.ts:3  ELIFECYCLE  Command failed with exit code 2.