klren0312 / daliy_knowledge

知识积累,正确使用方式是watch
21 stars 4 forks source link

vite打包报错sc@1.8.27_typescript@5.5.4/node_modules/vue-tsc/bin/vue-tsc.js:68 #839

Open klren0312 opened 3 months ago

klren0312 commented 3 months ago
> vue-tsc && vite build
/home/gitlab-runner/builds/S4J532S82/0/zzes/developer/node_modules/.pnpm/vue-tsc@1.8.27_typescript@5.5.4/node_modules/vue-tsc/bin/vue-tsc.js:68
            throw err;
            ^
Search string not found: "for (const existingRoot of buildInfoVersionMap.roots) {"
(Use `node --trace-uncaught ...` to show where the exception was thrown)
 ELIFECYCLE  Command failed with exit code 1.

需要升级 vue-tsc 版本到 v2

pnpm add vue-tsc@^2