npm共1篇
npm和yarn的镜像源的查看与修改 - 捕风阁

npm和yarn的镜像源的查看与修改

NPM 查询当前镜像 npm get registry 设置为阿里云镜像 npm config set registry https://registry.npmmirror.com 设置回默认的官方镜像 npm config set registry https://registry.npmjs.org/ Y...
osuu的头像 - 捕风阁osuu3年前
147713