npm打包镜像切换

Posted nhz-m

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm打包镜像切换相关的知识,希望对你有一定的参考价值。

查看

npm config edit

切换至淘宝镜像

npm config set registry http://registry.npm.taobao.org

发布时切换回至官方

npm config set registry https://registry.npmjs.org/

 

 

以上是关于npm打包镜像切换的主要内容,如果未能解决你的问题,请参考以下文章

切换 NPM 镜像源

npm切换淘宝镜像

npm切换淘宝镜像源

yarn npm 镜像切换

ubuntu系统npm切换淘宝镜像源

npm切换镜像源