切换到淘宝镜像
npm config set registry http://registry.npm.taobao.org
切换回原镜像
npm config set registry https://registry.npmjs.org
其他镜像地址查询
安装nrm
npm install nrm -g
使用nrm查询镜像地址
nrm ls
切换到淘宝镜像
npm config set registry http://registry.npm.taobao.org
切换回原镜像
npm config set registry https://registry.npmjs.org
其他镜像地址查询
安装nrm
npm install nrm -g
使用nrm查询镜像地址
nrm ls
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。