npm和yarn mirror配置
1 | npm config set registry https://registry.npm.taobao.org |
1 | yarn config set registry https://registry.npm.taobao.org -g |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 jianqiao0313!
评论
1 | npm config set registry https://registry.npm.taobao.org |
1 | yarn config set registry https://registry.npm.taobao.org -g |