赞
踩
开发过程中一般会使用npm install 进行安装依赖包,国内用户进行安装时速度会很慢,如何提升速度呢?我们的处理办法是通过淘宝镜像进行安装,npm 如何切换成淘宝镜像地址呢?
之前我们会通过
//安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.orgnpm config set registry
//然后安装依赖
cnpm install
今天我们通过nrm进行npm淘宝镜像的配置
//首先
//nrm 是npm的仓库
npm i -g nrm
//查看版本号
nrm -V
//查看列表
nrm ls
//切换配置
nrm use taobao
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。