实际开发中,前端项目安装依赖问题总结
实际开发中,前端项目安装依赖问题总结
实际开发中,前端项目安装依赖问题总结,包含基于npm,yarn、pnpm等
一、镜像相关
1、镜像管理工具yrm
bash
npm i yrm -g
查看镜像源
bash
yrm ls
添加镜像源到yrm管理器
bash
yrm add taobao2 https://registry.npmmirror.com
切换镜像源
bash
yrm use 镜像名
测试镜像源速度
bash
yrm test
查看当前使用的镜像源
bash
yrm current
2、设置淘宝镜像
bash
npm config set registry https://registry.npmmirror.com
二、依赖安装常见问题和解决方法
1、Retrying的解决方法
There appears to be trouble with your network connection. Retrying
- 首先确认是否已经配置了淘宝镜像
- 如果已经配置了淘宝镜像,还出现
Retrying
,则查看是否已经关闭了防火墙【需要关闭防火墙】 - 另外,查看是否代理了其他网络
2、eslint.exe无权限
- 需要关闭当前vscode项目,然后在dos上安装