其主要原因在于npm镜像源的问题,安装完nodejs之后默认镜像源为淘宝镜像源,使用npm命令或者nrm命令切换镜像源至npm官方镜像源即可
配置为淘宝镜像
npm config set registry http://registry.npm.taobao.org/
还原默认镜像
npm config set registry https://registry.npmjs.org
查看当前源
npm get registry
其主要原因在于npm镜像源的问题,安装完nodejs之后默认镜像源为淘宝镜像源,使用npm命令或者nrm命令切换镜像源至npm官方镜像源即可
npm config set registry http://registry.npm.taobao.org/
npm config set registry https://registry.npmjs.org
npm get registry
2024-08-27 09:08:17
2024-05-09 11:05:34
2024-06-06 10:06:47
2024-04-22 09:04:34
2024-03-29 15:03:20
2024-04-20 17:04:38
2024-05-10 08:05:15
2024-10-30 21:10:12