切换到淘宝镜像:
npm config set registry http://registry.npm.taobao.org
切换回原镜像:
npm config set registry https://registry.npmjs.org
npm镜像切换方法
博客介绍了npm镜像的切换方法,可通过命令将其切换到淘宝镜像,使用命令npm config set registry http://registry.npm.taobao.org;若要切换回原镜像,使用命令npm config set registry https://registry.npmjs.org。
切换到淘宝镜像:
npm config set registry http://registry.npm.taobao.org
切换回原镜像:
npm config set registry https://registry.npmjs.org
2106

被折叠的 条评论
为什么被折叠?