报错提示如下:
The following dependencies are imported but could not be resolved:
echarts (imported by D:/WorkSpace/CodeSpace/13_/diseaseStatistics.vue?id=0)
Are they installed?
解决办法:
查看 报错,可以知道他是 echarts 这个字段的包引入依赖有问题了
npm install echarts 重新 install 一下这个包,在启动服务就好了~