欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

npm 淘宝镜像设置

程序员文章站 2022-05-29 17:10:43
...

1.使用我们定制的 cnpm (gzip 压缩支持) 命令行工具代替默认的 npm:

npm install -g cnpm --registry=https://registry.npm.taobao.org

2.把npm的register给永久设置过来就好了,这样使用cnpm或者npm就没差别了。(可选可不选)

npm config set registry https://registry.npm.taobao.org-- 配置后可通过下面方式来验证是否成功

npm config get registry