npm的镜像替换成淘宝镜像
2019-03-22 本文已影响0人
海染蓝了天
设成淘宝的
npm config set registry http://registry.npm.taobao.org/
yarn config set registry http://registry.npm.taobao.org/
换成原来的
npm config set registry https://registry.npmjs.org/
设成淘宝的
npm config set registry http://registry.npm.taobao.org/
yarn config set registry http://registry.npm.taobao.org/
换成原来的
npm config set registry https://registry.npmjs.org/