赞
踩
npm get registry
npm config set registry https://registry.npm.taobao.org/ (旧地址,不再维护,可以使用)
npm config set registry https://registry.npmmirror.com/ (最新地址)
npm config set registry https://registry.npmjs.org/
yarn config get registry
yarn config set registry https://registry.npm.taobao.org/ (旧地址)
yarn config set registry https://registry.npmmirror.com/ (最新地址)
yarn config set registry https://registry.yarnpkg.com
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。