美文网首页
vue2.0使用 echarts-gl 报错

vue2.0使用 echarts-gl 报错

作者: Promise_Irene | 来源:发表于2021-11-23 10:01 被阅读0次

    报错信息:
    This dependency was not found:

    • echarts/lib/label/labelStyle in ./node_modules/echarts-gl/lib/component/common/LabelsBuilder.js, ./node_modules/echarts-gl/lib/component/grid3D/Grid3DAxis.js and 1 other
      To install it, you can run: npm install --save echarts/lib/label/labelStyle
    This dependency was not found:
    
    * echarts/lib/label/labelStyle in ./node_modules/echarts-gl/lib/component/common/LabelsBuilder.js, ./node_modules/echarts-gl/lib/component/grid3D/Grid3DAxis.js and 1 other
    To install it, you can run: npm install --save echarts/lib/label/labelStyle
    
    

    不能直接 npm i echarts-gl 请安装降级版本

    npm install echarts-gl@1.1.0 --save

    相关文章

      网友评论

          本文标题:vue2.0使用 echarts-gl 报错

          本文链接:https://www.haomeiwen.com/subject/rvgmzltx.html