yarn

npm install --global yarn

npm config set registry https://registry.npm.taobao.org
npm config get registry 
yarn config get registry
yarn config set registry 'https://registry.npm.taobao.org'

pip

你可能感兴趣的:(yarn)