Yarn
yarn config get registry
yarn config set registry https://registry.npmmirror.com
yarn config delete registry
NPM
npm config get registry
npm config set registry https://registry.npmmirror.com
npm config delete registry
See https://www.cnblogs.com/develon/p/13814675.html