Failed to compile../src/views/sagc/component/EchartLine.vue?vue&type=script&lang=js& (./node_modul
2021/11/29 22:07:00
本文主要是介绍Failed to compile../src/views/sagc/component/EchartLine.vue?vue&type=script&lang=js& (./node_modul,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
问题产生:
项目拉取运行后提示如下。
Failed to compile.
./src/views/sagc/component/EchartLine.vue?vue&type=script&lang=js& (./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/sagc/component/EchartLine.vue?vue&type=script&lang=js&) Module not found: Error: Can't resolve 'echarts' in 'F:\hql-job\ibp2.fe\subapp-webgl\src\views\sagc\component'
错误原因:
找不到echarts模块。
解决:
npm install重新安装依赖,注意:安装依赖时一定在当前目录下安装。
这篇关于Failed to compile../src/views/sagc/component/EchartLine.vue?vue&type=script&lang=js& (./node_modul的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-12-27Vue2面试真题详解与实战教程
- 2024-12-27Vue3面试真题详解与实战攻略
- 2024-12-27JS大厂面试真题解析与实战指南
- 2024-12-27JS 大厂面试真题详解与实战指南
- 2024-12-27React 大厂面试真题详解及应对策略
- 2024-12-27Vue2 大厂面试真题详解及实战演练
- 2024-12-27Vue3 大厂面试真题详解及实战指南
- 2024-12-27Vue3大厂面试真题详解与实战攻略
- 2024-12-26React入门教程:从零开始搭建你的第一个React应用
- 2024-12-25Vue2入门教程:轻松掌握前端开发基础