node-sass网络太慢解决办法

作者: wlianfu | 来源:发表于2017-10-08 21:10 被阅读446次

    npm :

    npm config set registry http://registry.npm.taobao.org
    

    yarn :

    yarn config set registry http://registry.npm.taobao.org
    

    只指定node-sass的下载源:

    npm:

    npm config set sass-binary-site http://npm.taobao.org/mirrors/node-sass
    

    yarn:

    yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass
    

    然后我可以正常使用npm或者yarn进行下载了~

    相关文章

      网友评论

        本文标题:node-sass网络太慢解决办法

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