本文共 261 字,大约阅读时间需要 1 分钟。
# 当前命令中改变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 "