美文网首页
yarn 安装与安装源切换

yarn 安装与安装源切换

作者: sorry510 | 来源:发表于2020-04-07 20:38 被阅读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
    

    相关文章

      网友评论

          本文标题:yarn 安装与安装源切换

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