使用默认地址执行npm install 很慢,大部分时间是下载失败。所以需要切换国内npm源。
检查本地npm现有使用的源:
npm config get registry
设置npm源为阿里云国内源:
npm config set registry https://registry.npmmirror.com/
如果是临时使用:
npm install --registry=https://registry.npmmirror.com/
使用默认地址执行npm install 很慢,大部分时间是下载失败。所以需要切换国内npm源。
检查本地npm现有使用的源:
npm config get registry
设置npm源为阿里云国内源:
npm config set registry https://registry.npmmirror.com/
如果是临时使用:
npm install --registry=https://registry.npmmirror.com/
2024-11-04 10:11:12
2024-11-04 10:11:10
2024-11-04 10:11:09
2024-11-04 10:11:09
2024-11-04 10:11:05
2024-11-04 10:11:05
2024-11-04 10:11:57
2024-05-08 10:05:36
2024-11-04 10:11:11
2024-11-04 10:11:08