没有区别
npm 表示使用 外国源
cnpm 表示使用 国内源
安装cnmp
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm 必安装插件 cnpm i nrm -g
用于修改 npm 源
命令
nrm ls
nrm use taobao
npm get registry
获取 npm 的源查看当前镜像源地址
npm get registry
标签:npm,cnpm,nrm,get,taobao,registry From: https://www.cnblogs.com/ko25891wan/p/17862795.html