npm配置国内源方法

通过命令配置

命令

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

验证命令

npm config get registry

通过使用cnpm安装

安装cnpm

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

使用cnpm

cnpm install xxx
上一篇:npm切换源之nrm 源管理工具


下一篇:Autojs的intent使用-获取Activity