首页 前端知识 npm使用淘宝镜像源设置大全

npm使用淘宝镜像源设置大全

2024-05-10 22:05:42 前端知识 前端哥 28 714 我要收藏

你还在为npm拉取包缓慢而烦恼吗?

还在为npm包拉取失败而烦恼吗?

npm指定淘宝镜像源你值得拥有!!!!

单次使用

npm install koa --registry=https://registry.npm.taobao.org

永久使用

配置淘宝镜像源

npm config set registry https://registry.npm.taobao.org

查看配置是否成功

npm config get registry

使用

npm install koa

cnpm

安装cnpm

npm install cnpm -g --registry=https://registry.npm.taobao.org

检查安装是否成功

cnpm -v

使用

cnpm install koa
转载请注明出处或者链接地址:https://www.qianduange.cn//article/8106.html
标签
评论
发布的文章
大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!