设置npm源为淘宝镜像
Posted wuqilang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置npm源为淘宝镜像相关的知识,希望对你有一定的参考价值。
修改:
npm config set registry http://registry.npm.taobao.org/
配置后验证是否成功(查看当前npm源):
npm config get registry
还原:
npm config set registry https://registry.npmjs.org/
以上是关于设置npm源为淘宝镜像的主要内容,如果未能解决你的问题,请参考以下文章