一、通过命令配置
- 命令
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 xxxx
三、install命令后面加--registry
npm install -g xxx --registry=https://registry.npm.taobao.org