赞
踩
npm get registry
or
npm config get registry
npm --registry https://registry.npmmirror.com install nrm
npm config set registry https://registry.npmmirror.com
npm config set registry https://registry.npmjs.org
yarn config get registry
yarn add nrm --registry=https://registry.npmjs.org/
yarn config set registry https://registry.npmmirror.com/
yarn config set registry https://registry.yarnpkg.com
pnpm get registry
or
pnpm config get registry
pnpm --registry https://registry.npmmirror.com install nrm
pnpm config set registry https://registry.npmmirror.com
pnpm config set registry https://registry.npmjs.org
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。