赞
踩
npm config set registry https://registry.npmmirror.com/
使用nrm配置,镜像地址为:npm registry manager
npm install -g nrm open@8.4.2 --save
nrm use taobao
nrm ls
npm config list
方法两种各有各的好处;cnpm可以提高速度,但是npm也可以通过淘宝镜像进行加速,npm的使用率还是高于cnpm。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。