npm设置淘宝镜像

npm config set registry https://registry.npm.taobao.org --global 
npm config set disturl https://npm.taobao.org/dist --global 

原文地址:https://www.cnblogs.com/simadi/p/7702070.html