码迷,mamicode.com
首页 > 其他好文 > 详细

vue报错:Cannot read property 'init' of undefined

时间:2021-01-11 11:03:02      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:简单   install   uninstall   项目   ann   prope   can   解决   bsp   

vue项目报错: 

    Cannot read property ‘init‘ of undefined

原因: echarts版本过高

 

解决:

1、查看package.json中的echarts版本:   结果为5.0

2、终端中输入: npm uninstall echarts     卸载echarts

3、终端中输入:npm install echarts@4.2.0-rc.2 --save     安装低版本echarts    

 

到此报错解决,是不是很简单呢?

vue报错:Cannot read property 'init' of undefined

标签:简单   install   uninstall   项目   ann   prope   can   解决   bsp   

原文地址:https://www.cnblogs.com/yunyin/p/14251481.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!