摘要: 1.获取本地的镜像地址 npm get registry 2.设置成淘宝的镜像源 npm config set registry http://registry.npm.taobao.org/ 2.设置成原本的镜像源 即nodejs的默认镜像源 npm config set registry htt 阅读全文
posted @ 2022-05-25 14:39 码农-编程小子 阅读(388) 评论(0) 推荐(0) 编辑