npm 安装yarn

作者: 一号聪明 | 来源:发表于2019-12-07 17:51 被阅读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
    

    相关文章

      网友评论

        本文标题:npm 安装yarn

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