npm 和 yarn 更改为淘宝镜像
Posted zph666
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm 和 yarn 更改为淘宝镜像相关的知识,希望对你有一定的参考价值。
查看registry
# npm命令 npm config get registry # yarn命令 yarn config get registry
修改为淘宝镜像
# npm命令 npm config set registry http://registry.npm.taobao.org/ # yarn命令 yarn config set registry http://registry.npm.taobao.org/
修改为原镜像
# npm命令 npm config set registry http://registry.npmjs.org/ # yarn命令 yarn config set registry http://registry.npmjs.org/
参考地址1:https://www.cnblogs.com/lkc9/p/12538914.html
参考地址2:https://developer.aliyun.com/mirror/NPM?from=tnpm
以上是关于npm 和 yarn 更改为淘宝镜像的主要内容,如果未能解决你的问题,请参考以下文章