taobao npm registry
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了taobao npm registry相关的知识,希望对你有一定的参考价值。
# 当前命令中改变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
以上是关于taobao npm registry的主要内容,如果未能解决你的问题,请参考以下文章
修改npm的registry为淘宝镜像(npm.taobao.org)
修改npm包管理器的registry为淘宝镜像(npm.taobao.org)