如果 Angular 项目架构使用微前端(Host 和 MFE),并且您运行 nmp 命令来安装 echarts,则在构建任何项目时,所有 echarts 链接都会显示为损坏。
生成的错误示例:
[错误] TypeScript 编译中缺少文件“node_modules/echarts/types/dist/charts.d.ts”。 [插件角度编译器]
我尝试了几种解决方案,但没有任何效果,例如在 tsconfig.app.ts 和 angular.js 中添加 echarts 的路径,但没有成功。
[错误] TypeScript 编译中缺少文件“node_modules/echarts/types/dist/charts.d.ts”。 [插件角度编译器]