• #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",
      
Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐