These dependencies were not found
来源:9-4 数据报表页面移植

霸宋
2022-10-28
老师 又出现了依赖报错 这已经好几次了 感觉是版本不匹配的问题 但是担心改了版本又有新的依赖错误
用 npm i -S vue-echarts v-charts --legacy-peer-deps 安装echarts和 v-charts
These dependencies were not found:
- @vue/composition-api/dist/vue-composition-api.mjs in ./node_modules/vue-demi/lib/index.mjs
- echarts/core in ./node_modules/vue-echarts/dist/index.esm.min.js
To install them, you can run: npm install --save @vue/composition-api/dist/vue-composition-api.mjs echarts/core
照着提示安装对应的依赖 还是不行 跟着网上用yarn 添加也出现了报错
写回答
1回答
-
扬_灵
2022-10-28
同学你好,你是安装完依赖启动报的错,还是安装依赖的时候报的错
012022-10-28
相似问题