稍等片刻,正在加载中...

npm之设置国内镜像

npm的默认安装镜像是:https://registry.npmjs.org/。下面我们来配置一下国内的镜像。

检测查看当前的镜像源:

npm config get registry

image

npm配置国内镜像源:

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

image

安装cnpm

npm install -g cnpm --registry=https://registry.npm.taobao.org
posted @ 2021-06-06 16:12  一切皆往事  阅读(1706)  评论(0编辑  收藏  举报