npm下载源

一、简易操作
1、查看源
npm config get registry
2、更换源
 npm config set registry https://registry.npm.taobao.org/


二、使用nrm协助快速更换源
1、安装nrm包:npm i -g nrm
2、查看公有源
nrm ls
3、更换源
nrm use 源名称

 参考:https://blog.csdn.net/io_123io_123/article/details/126865243

posted on 2024-01-16 14:26  稳住别慌  阅读(90)  评论(0编辑  收藏  举报