有时候npm install 安装时太慢了,可以试试设置淘宝镜像
1、更换镜像
npm config set registry https://registry.npm.taobao.org
2、查看镜像
npm config get registry
如果返回 https://registry.npm.taobao.org/
,说明配置的是淘宝镜像。
3、还原镜像
npm config set registry https://registry.npmjs.org
有时候npm install 安装时太慢了,可以试试设置淘宝镜像
1、更换镜像
npm config set registry https://registry.npm.taobao.org
2、查看镜像
npm config get registry
如果返回 https://registry.npm.taobao.org/
,说明配置的是淘宝镜像。
3、还原镜像
npm config set registry https://registry.npmjs.org
2024-06-01 10:06:45
2024-06-01 10:06:33
2024-06-01 10:06:33
2024-06-01 10:06:32
2024-06-01 10:06:32
2024-02-27 11:02:15
2024-06-01 10:06:06
2024-06-01 10:06:04
2024-06-01 10:06:00
2024-06-01 10:06:53