yarn配置私有registry
2018-05-16 本文已影响184人
天上月丶
查看当前registry
yarn config get registry
修改registry为特定的链接( 下方时修改为淘宝的源)
yarn config set registry https://registry.npm.taobao.org
查看当前registry
yarn config get registry
修改registry为特定的链接( 下方时修改为淘宝的源)
yarn config set registry https://registry.npm.taobao.org