npm与cnpm切换使用

原文:https://www.cnblogs.com/chendongbky/p/11125648.html

 

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

 

posted @ 2020-03-06 13:09  这个名字想了很久~  阅读(1320)  评论(0编辑  收藏  举报