首页 前端知识 npm更换阿里云国内源

npm更换阿里云国内源

2024-11-04 10:11:02 前端知识 前端哥 821 162 我要收藏

使用默认地址执行npm install 很慢,大部分时间是下载失败。所以需要切换国内npm源。

检查本地npm现有使用的源:

npm config get registry

设置npm源为阿里云国内源:

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

如果是临时使用:

npm install --registry=https://registry.npmmirror.com/

转载请注明出处或者链接地址:https://www.qianduange.cn//article/19952.html
标签
评论
发布的文章

在C#中使用JSON

2024-11-04 10:11:05

JSON串

2024-11-04 10:11:57

JSON教程(非常详细)

2024-05-08 10:05:36

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!