打开PowerShell

查看当前使用的镜像地址命令

npm config get registry

设置为淘宝镜像源

npm config set registry https://registry.npmmirror.com/

还原默认镜像

//方法一
npm config delete registry
//方法二
npm config set registry https://registry.npmjs.org
最后修改:2024 年 09 月 23 日
如果觉得我的文章对你有用,请随意赞赏