美文网首页
2021-05-13

2021-05-13

作者: 奶茶和亮亮 | 来源:发表于2021-05-13 15:45 被阅读0次

    Node Sass version 6.0.0 is incompatible with^4.0.0 问题解决

    问题:版本不兼容问题

    解决:降低版本

    1.卸载node-sass  

    npm uninstall node-sass

    2.安装淘宝镜像(建议)

    npm install -g mirror-config-china --registry=http://registry.npm.taobao.org

    3.重新安装:npm install node-sass   

    4. 或者降低版本安装:  例:npm install node-sass@4.14.1  

    或者安装指定版本:npm install node-sass@版本号   

    相关文章

      网友评论

          本文标题:2021-05-13

          本文链接:https://www.haomeiwen.com/subject/ttxxjltx.html