AutumnWhj / ChatGPT-wechat-bot

ChatGPT for wechat https://github.com/AutumnWhj/ChatGPT-wechat-bot
MIT License
4.65k stars 983 forks source link

src/index.ts:1:10 - error TS2305: Module '"wechaty"' has no exported member 'WechatyBuilder'. #245

Open RickWithDreams opened 1 year ago

RickWithDreams commented 1 year ago

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)