美文网首页工作生活
下载sass失败解决方法

下载sass失败解决方法

作者: JiAyInNnNn | 来源:发表于2019-07-01 21:06 被阅读0次

    如果报找不到c:/Python.exe的错误,则需要安装python环境,并且在系统环境变量中加上python的安装路径

    把node_modules目录下的node-sass目录删掉,重装node-sass

    如果报错为gyp python等一堆错误的话

    在黑窗口里

     npm  --registry=https://registry.npm.taobao.org
    

    之后

    cnpm install node-sass --save-dev
    

    相关文章

      网友评论

        本文标题:下载sass失败解决方法

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