yarn npm 镜像切换
Posted zjhblogs
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yarn npm 镜像切换相关的知识,希望对你有一定的参考价值。
NPM
查询当前镜像
npm get registry
设置为淘宝镜像
npm config set registry https://registry.npm.taobao.org/
设置为官方镜像
npm config set registry https://registry.npmjs.org/
Yarn
查询当前镜像
yarn config get registry
设置为淘宝镜像
yarn config set registry https://registry.npm.taobao.org/
设置为官方镜像
yarn config set registry https://registry.yarnpkg.com
以上是关于yarn npm 镜像切换的主要内容,如果未能解决你的问题,请参考以下文章