npm与cnpm切换使用
Posted chendongbky
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了npm与cnpm切换使用相关的知识,希望对你有一定的参考价值。
1.设置使用淘宝cnpm
npm config set registry https://registry.npm.taobao.org
2.查看是否配置成功,成功后即可直接使用cnpm命令
npm config get registry
3.还原npm仓库
npm config set registry https://registry.npmjs.org
以上是关于npm与cnpm切换使用的主要内容,如果未能解决你的问题,请参考以下文章