美文网首页
npm配置taobao镜像

npm配置taobao镜像

作者: LL天HH土 | 来源:发表于2022-01-26 15:40 被阅读0次
  • npm设置淘宝镜像
npm config set registry http://registry.npmmirror.com
  • 查看镜像设置
npm config get registry
  • 还原成npm镜像(发布npm包可能用得到
npm config set registry https://registry.npmjs.org/

相关文章

网友评论

      本文标题:npm配置taobao镜像

      本文链接:https://www.haomeiwen.com/subject/ppunhrtx.html