摘要: 1 查看npm镜像源的地址 : npm config get registry 2 设置npm镜像源为淘宝 : npm config set registry https://registry.npm.taobao.org 3 还原npm官方默认源 : npx nrm use npm 或者 npm 阅读全文
posted @ 2022-06-27 23:41 蘇大锤 阅读(5241) 评论(1) 推荐(0)