配置Nodejs镜像
时间:2021-04-08 00:49:14
收藏:0
阅读:27
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global
yarn config set registry https://registry.npm.taobao.org --global
yarn config set disturl https://npm.taobao.org/dist --global
原文:https://www.cnblogs.com/alexliuzw/p/14629944.html
评论(0)