npm切换国内淘宝镜像
npm切换淘宝镜像的两种方法
1 | npm config set registry http://registry.npm.taobao.org/ |
1 | npm get registry |
1 | npm config set registry http://www.npmjs.org |
1 | npm install -g nrm |
1 | nrm ls |
1 | nrm use taobao |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 码农浅知!
评论