📌  相关文章
📜  node sass 版本 5.0.0 与 ^4.0.0 不兼容 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:10.030000             🧑  作者: Mango

代码示例6
//this is modifed solution from  Mr J solution 
with npm =>
1.npm uninstall node-sass
2.npm install node-sass@4.14.1
with yarn => 
1.yarn remove node-sass
2.yarn add node-sass@4.14.1