起因:使用官方镜像源下载软件包速度太慢
1.查看npm当前镜像源命令
npm get registry
执行结果
2.还原为官方镜像源命令
npm config set registry https://registry.npmjs.org/
3.修改为淘宝镜像命令
npm config set registry https://registry.npmmirror.com
执行结果
起因:使用官方镜像源下载软件包速度太慢
1.查看npm当前镜像源命令
npm get registry
执行结果
2.还原为官方镜像源命令
npm config set registry https://registry.npmjs.org/
3.修改为淘宝镜像命令
npm config set registry https://registry.npmmirror.com
执行结果