You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TSError: ⨯ Unable to compile TypeScript:
src/index.ts:1:10 - error TS2305: Module '"wechaty"' has no exported member 'WechatyBuilder'.
1 import { WechatyBuilder } from "wechaty";
~~~~~~~~~~~~~~
at createTSError (/home/ubuntu/ChatGPT-wechat-bot/node_modules/ts-node/src/index.ts:859:12)
at reportTSError (/home/ubuntu/ChatGPT-wechat-bot/node_modules/ts-node/src/index.ts:863:19)
at getOutput (/home/ubuntu/ChatGPT-wechat-bot/node_modules/ts-node/src/index.ts:1077:36)
at Object.compile (/home/ubuntu/ChatGPT-wechat-bot/node_modules/ts-node/src/index.ts:1433:41)
at transformSource (/home/ubuntu/ChatGPT-wechat-bot/node_modules/ts-node/src/esm.ts:400:37)
at /home/ubuntu/ChatGPT-wechat-bot/node_modules/ts-node/src/esm.ts:278:53
at async addShortCircuitFlag (/home/ubuntu/ChatGPT-wechat-bot/node_modules/ts-node/src/esm.ts:409:15)
The text was updated successfully, but these errors were encountered:
TSError: ⨯ Unable to compile TypeScript:
src/index.ts:1:10 - error TS2305: Module '"wechaty"' has no exported member 'WechatyBuilder'.
1 import { WechatyBuilder } from "wechaty";
~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: