npm config set registry http://registry.npm.taobao.org/
查看是否设置成功
npm get registry 查看是否设置成功
换成原来的npm镜像的方法
npm config set registry https://registry.npmjs.org/
npm config set registry http://registry.npm.taobao.org/
查看是否设置成功
npm get registry 查看是否设置成功
换成原来的npm镜像的方法
npm config set registry https://registry.npmjs.org/
本文标题:npm设置淘宝镜像
本文链接:https://www.haomeiwen.com/subject/yleduqtx.html
网友评论