wechat-chatgpt
wechat-chatgpt copied to clipboard
Chrome启动相关问题Could not find expected browser (chrome) locally
运行后报错,提示无法找到对应的Chrome, 以下是相关报错信息
🤖️ Start GPT Bot Success, ready to handle message!
17:23:28 ERR PuppetWeChatBridge start() exception: Error: Could not find expected browser (chrome) locally. Run `npm install` to download the correct Chromium revision (982053).
17:23:28 ERR PuppetWeChat initBridge() exception: Could not find expected browser (chrome) locally. Run `npm install` to download the correct Chromium revision (982053).
17:23:28 ERR PuppetWeChat initBridge() this.bridge.stop() rejection: Error: no page
⚠️ Bot start failed, can you log in through wechat on the web?: Error: Could not find expected browser (chrome) locally. Run `npm install` to download the correct Chromium revision (982053).
按照提示npm install
, 无果。想请问有遇到过类似情况的吗