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

npm安装淘宝镜像和查看镜像设置

程序员文章站 2022-05-29 17:11:07
...

1.通过cnpm使用淘宝镜像:

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

 2.将npm设置为淘宝镜像:

npm config set registry https://registry.npm.taobao.org

3. 查看cnpm镜像设置:

npm config get registry 

4.查看cnpm镜像设置:

cnpm config get registry