摘要: NPM 列出所有当前的 npm 配置,包括仓库地址 npm config list -l 设置默认仓库地址 npm config set registry <repository-url> 查看当前仓库地址 npm config get registry # 将仓库地址重置为 npm 的默认地址 n 阅读全文
posted @ 2025-07-21 00:05 vonlinee 阅读(11) 评论(0) 推荐(0)