npm 切换镜像站点(淘宝)

1,195 阅读1分钟


建议使用此种方式代替cnpm

方法  使用nrm工具切换淘宝源

# 使用nrm工具切换淘宝源
npx nrm use taobao

# 如果之后需要切换回官方源可使用
npx nrm use npm