npm切换镜像
2022-07-09 本文已影响0人
月下小酌_dbd5
查看自己使用的是什么镜像
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/