dumi版本:2.4.18
node版本:20.1.0
pnpm版本:10.6.0
执行dumi build时报错:
Error: ENOENT: no such file or directory, open 'D:\AITeam\GitFactory\LLM\chat-fusion\chatbot-ui\docs\dist\sitemap.xml'
Emitted 'error' event on WriteStream instance at:
at WriteStream.onerror (node:internal/streams/readable:793:14)
at WriteStream.emit (node:events:511:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'D:\\AITeam\\GitFactory\\LLM\\chat-fusion\\chatbot-ui\\docs\\dist\\sitemap.xml'
}
把pnpm版本降到8.4.0