MFSU latest build error: AssertionError [ERR_ASSERTION]: dependence not found: echarts-for-react

葛俊
2023-12-01

echarts-for-react是一种插件,可以在React中调用echarts接口直接渲染出Echarts图表

报错原因

没有下载echarts-for-react插件

解决方法

直接在终端进行下载

npm install echarts --save
npm install --save echarts-for-react

 类似资料: