# 当前命令中改变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 "