npm

// 查询源
npm config get registry

// 更换国内源
npm config set registry https://registry.npmmirror.com

// 恢复官方源
npm config set registry https://registry.npmjs.org

// 删除注册表
npm config delete registry
posted @ 2023-09-27 15:07  snake_j  阅读(9)  评论(0)    收藏  举报