npm config 镜像 还原
2021-06-15 本文已影响0人
刘佳季
配置为淘宝镜像
npm config set registry http://registry.npm.taobao.org/
还原默认镜像
npm config set registry https://registry.npmjs.org
查看当前源
npm get registry
npm config set registry http://registry.npm.taobao.org/
npm config set registry https://registry.npmjs.org
npm get registry