nmp 设置淘宝镜像

Posted damahuhu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nmp 设置淘宝镜像相关的知识,希望对你有一定的参考价值。

nmp 设置淘宝镜像

2019/8/17 9:18:21

一、通过命令设置

1.命令

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

2.验证命令

npm config get registry

如果返回下面,则成功!

https://registry.npm.taobao.org

二、通过使用cnpm安装

命令

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

三、问题

以上是关于nmp 设置淘宝镜像的主要内容,如果未能解决你的问题,请参考以下文章

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

npm-淘宝镜像设置

Yarn 和 NPM 国内快速镜像(淘宝镜像)

Yarn 和 NPM 国内快速镜像(淘宝镜像)

npm淘宝镜像的设置和删除

设置npm淘宝代理镜像