npm 添加淘宝镜像仓库

# 设置仓库
npm config set registry https://registry.npm.taobao.org


# 查看代理结果
npm config get registry


# 解除网络代理
npm config set proxy null
npm config set https-proxy null

 

 
posted @ 2022-07-07 10:55  ExpectoPatronum—S  阅读(82)  评论(0编辑  收藏  举报