摘要: // 查询源 npm config get registry // 更换国内源 npm config set registry https://registry.npmmirror.com // 恢复官方源 npm config set registry https://registry.npmjs 阅读全文
posted @ 2023-09-27 15:07 snake_j 阅读(9) 评论(0) 推荐(0)