切换npm到淘宝镜像
查看 npm 镜像地址
npm get registry
切换为淘宝镜像地址
npm config set registry http://registry.npm.taobao.org/
切换回原始镜像地址
npm config set registry https://registry.npmjs.org/
- 本文链接 : https://www.zdyla.com/post/set-npm-to-taobao.html
- 版权声明 : 本博客所有文章和照片除特别声明外,转载请联系作者获取授权,并请注明出处!