Node.js-淘宝镜像
- 得到原本的镜像地址
npm get registry;
- 设成淘宝的
npm config set registry http://registry.npm.taobao.org/
- 设置成原来的
npm config set registry https://registry.npmjs.org/
npm get registry;
npm config set registry http://registry.npm.taobao.org/
npm config set registry https://registry.npmjs.org/