- #typescript vue build 时 提示 vue-tsc 问题
-
D:\源码\dls-work-performance\node_modules\.pnpm\vue-tsc@1.8.27_typescript@5.6.3\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) Node.js v18.20.3
- 解决方案
-
#原来是 "typescript": "^5.0.5", #现在改为 "typescript": "~5.4.5",
-
vue build 提示 vue-tsc 问题
最新推荐文章于 2025-04-13 23:03:11 发布