摘要: 一、镜像源 查询当前镜像源 npm get registry 设置为淘宝镜像 npm config set registry http://registry.npm.taobao.org/ 设置回默认的官方镜像 npm config set registry https://registry.npm 阅读全文
posted @ 2021-01-25 09:14 林中有风 阅读(922) 评论(0) 推荐(0) 编辑