vue2-elm 大佬 我用vue-cli4搭建的报错Cannot read property 'sassLoader' of undefined?

uplii1fm  于 2022-10-23  发布在  其他
关注(0)|答案(4)|浏览(333)

oxosxuxt

oxosxuxt1#

------------------ 原始邮件 ------------------ 发件人: "bailicangdu/vue2-elm"***@***.***>; 发送时间: 2021年3月12日(星期五) 下午4:49***@***.***>;***@***.***>; 主题: [bailicangdu/vue2-elm] 大佬 我用vue-cli4搭建的报错Cannot read property 'sassLoader' of undefined? (#582) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

j5fpnvbx

j5fpnvbx2#

需要 下载 sass node-sass…

------------------ 原始邮件 ------------------ 发件人: "bailicangdu/vue2-elm"***@***.***>; 发送时间: 2021年3月12日(星期五) 下午4:49***@***.***>;***@***.***>; 主题: [bailicangdu/vue2-elm] 大佬 我用vue-cli4搭建的报错Cannot read property 'sassLoader' of undefined? (#582) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

t8e9dugd

t8e9dugd3#

需要 下载 sass node-sass

------------------ 原始邮件 ------------------ 发件人: "bailicangdu/vue2-elm"***@***.***>; 发送时间: 2021年3月12日(星期五) 下午4:49***@***.***>;***@***.***>; 主题: [bailicangdu/vue2-elm] 大佬 我用vue-cli4搭建的报错Cannot read property 'sassLoader' of undefined? (#582) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

还是一样的报错呀

tyg4sfes

tyg4sfes4#

我记得node-sass和sass-loader有版本冲突,你可以尝试改改
npm install sass-loader@7.3.1
npm install node-sass@4.14.1

相关问题