# 当前命令中改变registry
>npm install reactjs --registry=https://registry.npm.taobao.org --verbose
# 设置npm的registry
>npm config list
>npm config set registry " https://registry.npm.taobao.org "
本文出自 “GONE WITH THE WIND” 博客,请务必保留此出处http://h2appy.blog.51cto.com/609721/1871941
原文地址:http://h2appy.blog.51cto.com/609721/1871941