Min's blog

I choose to see the beauties in the world.

导航

Error:Node Sass version 5.0.0 is incompatible with ^4.x 解决

Posted on 2021-01-05 20:07  Min77  阅读(530)  评论(0编辑  收藏  举报

node-sass版本不兼容,解决如下:

移除原版本
yarn remove node-sass

安装低版本
yarn add node-sass@4.14.1