美文网首页NodeJs
npm 安装yarn

npm 安装yarn

作者: 澄澄真可爱 | 来源:发表于2018-04-01 18:47 被阅读0次

    一句命令搞定

    npm install -g yarn --registry=https://registry.npm.taobao.org
    

    再配置下源

    yarn config set registry https://registry.npm.taobao.org -g
    
    yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
    
    

    下面是官网提供的两种方法,但是我这种更好不是么?

    QQ截图20180401184343.png

    相关文章

      网友评论

        本文标题:npm 安装yarn

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