以下セットアップやスキャンでのエラー
グローバルインストールのnode v24.13.1 で起動した
(tarはmsys2のtarとバッティングした)

NodeJS を展開中...
tar: Cannot connect to D: resolve failed
> vite build
Node-API symbol napi_set_named_property has not been loaded
Node-API symbol napi_define_class has not been loaded
が多数

pdfが全てエラー (%womanbooks%はパス)
ReferenceError: DOMMatrix is not defined
at file:///%womanbooks%/server/node_modules/pdfjs-dist/legacy/build/pdf.mjs:16400:22
at ModuleJob.run (node:internal/modules/esm/module_job:430:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:661:26)
at async getPdfjs (%womanbooks%\server\archive.js:44:23)
at async getPdfDocumentGlobal (%womanbooks%\server\archive.js:99:19)
at async PdfHandler.getInfo (%womanbooks%\server\archive.js:159:25)
at async getArchiveInfo (%womanbooks%\server\archive.js:624:20)
at async processFileEntry (%womanbooks%\server\scanner.js:330:30)
at async walk (%womanbooks%\server\scanner.js:297:25)
at async walk (%womanbooks%\server\scanner.js:293:21)
Details: {
"message": "DOMMatrix is not defined"
}