前端问题总结(三)Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.
2022/1/8 1:03:32
本文主要是介绍前端问题总结(三)Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
npm run dev 提示如下错误
Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.
查了些文档有说是版本过高;
其实根本原因是高版本的配置变了,当然直接改配置不够简便
简单解决方案:
1、卸载: npm uninstall node-sass
2、安装: npm install node-sass@4.14.1
3、运行:npm run dev
这篇关于前端问题总结(三)Module build failed: Error: Node Sass version 6.0.0 is incompatible with ^4.0.0.的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-16useMemo项目实战:初学者指南
- 2024-11-15AntDesign项目实战:新手入门与初级应用教程
- 2024-11-15AntDesign-Form-rules项目实战:新手指南
- 2024-11-14ESLint课程:初学者指南
- 2024-11-14Form.List 动态表单课程:新手入门教程
- 2024-11-14Redux课程:新手入门完全指南
- 2024-11-13MobX 使用入门教程:轻松掌握前端状态管理
- 2024-11-12前端编程资料:新手入门指南与初级教程
- 2024-11-12前端开发资料入门指南
- 2024-11-12前端培训资料:适合新手与初级用户的简单教程