v-charts使用,报错找不到 echarts/lib/visual/dataColor

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了v-charts使用,报错找不到 echarts/lib/visual/dataColor相关的知识,希望对你有一定的参考价值。

参考技术A 根据教程使用命令行安装v-charts。

安装完成后,在main.js里面引入

引入之后,运行项目,报错

This dependency was not found:

* echarts/lib/visual/dataColor in ./node_modules/echarts-liquidfill/src/liquidFill.js

To install it, you can run: npm install --save echarts/lib/visual/dataColor

查找一番没有找到解决方案。

后来看到,v-charts里面的echarts-liquidfill的版本是2.0.2;

echarts里面的echarts-liquidfill版本是2.0.6;

暂是没找到解决办法,就直接放弃v-charts了,直接选择使用echarts。

有大佬晓得解决方法的帮忙指点指点呗。

maven报错找不到依赖

遇到一个巨坑

跑公司的一个项目,拉下来代码,跑不起来。发现maven一直报这个错

was cached in the local repository,resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced

然后去搜索了一下,基本上原因都说是本地缓存的内容不是最新的。推荐的方式有两种:

1.删除本地缓存的内容,重新导入依赖

2.命令行加 -U参数

我都试过了,还是不行,于是把唯一能运行起来的一个同事的电脑上依赖的目录拷贝过来,终于跑起来了跑起来之后。
去公司的中央仓库一看,原来中央仓库没有这个目录,只有这个同事的电脑上有这个目录。真是!!!!

建议平时开发的时候要规范一些,要不会坑同事,坑自己。

以上是关于v-charts使用,报错找不到 echarts/lib/visual/dataColor的主要内容,如果未能解决你的问题,请参考以下文章

v-charts使用

v-charts使用心得

v-charts简介

pip 报错找不到pip问题

报错ES报错找不到Gson类

mvn dependency:copy-dependencies下载本地仓库jar报错找不到