医疗NLP私有化部署DeepSeek:病历分析系统实战指南
2026/9/24 7:52:15
node:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^ browserType.launch: Executable doesn't exist at C:\Users\12312\AppData\Local\ms-playwright\chromium_headless_shell-1243\chrome-headless-shell-win64\chrome-headless-shell.exe ╔════════════════════════════════════════════════════════════╗ ║ Looks like Playwright was just installed or updated. ║ ║ Please run the following command to download new browsers: ║ ║ ║ ║ npx playwright install ║ ║ ║ ║ <3 Playwright Team ║ ╚════════════════════════════════════════════════════════════╝ at D:\WEB\PlaywrightTest\scripts\test.js:15:49 at D:\WEB\PlaywrightTest\scripts\test.js:8:71 at __awaiter (D:\WEB\PlaywrightTest\scripts\test.js:4:12) at D:\WEB\PlaywrightTest\scripts\test.js:13:8 at Object.<anonymous> (D:\WEB\PlaywrightTest\scripts\test.js:26:4) { log: [], name: 'Error' } Node.js v22.23.1npx playwrightinstallplaywright.config.ts文件添加如下配置use:{channel:'chrome',// 或 'msedge'},