查看自己使用的是什么镜像
npm config get registry
切换到淘宝镜像源(下载速度快)
npm config set registry https://registry.npm.taobao.org
还原npm镜像源
npm config set registry https://registry.npmjs.org/
npm config get registry
npm config set registry https://registry.npm.taobao.org
npm config set registry https://registry.npmjs.org/
本文标题:npm切换镜像
本文链接:https://www.haomeiwen.com/subject/iptibrtx.html
网友评论