切换npm源 -- 默认源、淘宝源

15,886 阅读1分钟

默认源

npm config set registry https://registry.npmjs.org

淘宝源

  • 新的淘宝源 npm config set registry https://registry.npmmirror.com
  • 旧的淘宝源 npm config set registry https://registry.npm.taobao.org tip: 旧的淘宝源将于2022年05月31日零时起停止服务

查看当前源

npm config get registry