博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
VUE 项目dependency was not found: * !!vue-style-loader!css-loader? 解决方案
阅读量:6818 次
发布时间:2019-06-26

本文共 1094 字,大约阅读时间需要 3 分钟。

用npm run dev 运行vue项目时,出现以下错误:

ERROR  Failed to compile with 1 errors                                                                                                                                                                        11:17:27This dependency was not found:* !!vue-style-loader!css-loader?{
"sourceMap":true}!../../node_modules/vue-loader/lib/style-compiler/index?{
"vue":true,"id":"data-v-331f341c","scoped":true,"hasInlineConfig":false}!less-loader?{
"sourceMap":true}!../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Index.vue in ./src/components/Index.vueTo install it, you can run: npm install --save !!vue-style-loader!css-loader?{
"sourceMap":true}!../../node_modules/vue-loader/lib/style-compiler/index?{
"vue":true,"id":"data-v-331f341c","scoped":true,"hasInlineConfig":false}!less-loader?{
"sourceMap":true}!../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Index.vue

解决方法,看错误中列出了哪几个模块,都给装上:

npm install stylus-loader css-loader style-loader less-loader --save-dev

 

转载于:https://www.cnblogs.com/legendjslc/p/9023662.html

你可能感兴趣的文章
ADT + JNI实例
查看>>
Python-文件修改器
查看>>
JavaScript把客户端时间转换为北京时间
查看>>
[C++] zlatlcv: ATL字符串转换辅助库。能很方便的将UTF-8字符串转为TCHAR等字符串
查看>>
你听过的最心酸的一句话是什么?
查看>>
ios 图片处理( 1.按比例缩放 2.指定宽度按比例缩放
查看>>
nginx 直接在配置文章中设置日志分割
查看>>
(算法)二叉树中两个结点的最近公共父结点
查看>>
Android实例-监测网络状态及一些事件(XE8+小米2)
查看>>
HDU 4686 Arc of Dream(递归矩阵加速)
查看>>
Apache 配置 Basic 认证
查看>>
使用 XML 实现 REST 式的 SOA
查看>>
SQL Server 日志收缩
查看>>
High accuracy voltage regulator
查看>>
directory not found for option
查看>>
【转载】菜鸟Ubuntu下安装Android Studio
查看>>
三阶魔方中心块调整配方和记忆方法
查看>>
Android Studio 快捷键整理分享
查看>>
Android Studio安装、配置
查看>>
SAP FI 财务模块 关键用户 考试练习 问卷
查看>>