# 当前命令中改变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 "
时间: 2024-09-30 01:52:02
# 当前命令中改变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 "