npm 临时使用 1npm --registry https://registry.npm.taobao.org install express 持久使用 1npm config set registry https://registry.npm.taobao.org 查看是否配置成功 1npm config get registry yarn 换源 1yarn config set registry https://registry.npm.taobao.org/ 查看是否配置成功 1yarn config get registry 都是淘宝源,挺好