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 镜像切换的主要内容,如果未能解决你的问题,请参考以下文章

Yarn 国内加速,修改镜像源

Vue开发中cnpm,yarn,npm,nodejs 区别与关系

Yarn 和 NPM 国内快速镜像(淘宝镜像)

Yarn 和 NPM 国内快速镜像(淘宝镜像)

npm 和 yarn 更改为淘宝镜像

yarn npm 设置淘宝镜像