摘要: 设置淘宝镜像 恢复默认镜像地址 删除即可恢复默认镜像 npm config delete registry 1、获取配置镜像地址 npm get registry 2、配置镜像地址 npm config set registry http://registry.npm.taobao.org/ 安装c 阅读全文
posted @ 2021-06-23 22:37 朝日asahi 阅读(171) 评论(0) 推荐(0) 编辑