peerDependencies WARNING webpack-cli@* requires a peer of webpack@4.x.x || 5.x.x but none was installed解决方案

1.问题如下:安装webpack-cli时,出现

  • 只需要安装图片中指定的4.x.x或者5.x.x即可,如下图:
  • 这是我遇到的问题,希望对大家有帮助

peerDependencies WARNING webpack-cli@* requires a peer of webpack@4.x.x || 5.x.x but none was instal相关推荐

  1. npm WARN webpack-cli@3.3.11 requires a peer of webpack@4.x.x but none is installed. You must install

    安装webpack和webpack-cli时出现的问题: npm WARN webpack-cli@3.3.11 requires a peer of webpack@4.x.x but none i ...

  2. npm安装webpack时,报错npm WARN ajv-keywords@3.1.0 requires a peer of ajv@^6.0.0 but none is installed.

    npm WARN ajv-keywords@3.1.0 requires a peer of ajv@^6.0.0 but none is installed. You must install pe ...

  3. npm WARN ajv-keywords@3.5.2 requires a peer of ajv@^6.9.1 but none is installed. You must install pe

    1.问题: Your global`在这里插入代码片` Angular CLI version (12.1.1) is greater than your local version (11.2.14 ...

  4. peerDependencies WARNING 警告剖析

    在学 React 过程中,为了方便写 CSS 样式就安装了 sass 和 sass-loader 模块.然后愉快的执行 npm start,结果控制台抛出了警告,这样的警告在之前的 Vue 项目中也偶 ...

  5. sass-loader@13.2.0“ has unmet peer dependency “webpack@^5.0.0“

    一.描述 我的技术栈:Vu3 + Ts + Vite 执行 npm install 或 yarn install 后装包报错: warning " > sass-loader@13.2 ...

  6. ajv-keywords@3.1.0 requires a peer of ajv@^6.0.0 but none was installed.

    ajv-keywords@3.1.0 requires a peer of ajv@^6.0.0 but none was installed. 更新的最新的包  总是提示这个问题 解决办法:执行np ...

  7. Ionic启动时提示:The Angular CLI requires a minimum Node.js version of eithor v10.13 or v12.0

    场景 在新建ionic项目后通过ionic serve 启动ionic项目时提示: The Angular CLI requires a minimum Node.js version of eith ...

  8. 问题:npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed.

    在react项目中, npm install 时,报错: npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is i ...

  9. npm WARN stylus-loader@3.0.2 requires a peer of stylus@>=0.52.4 but none is installed. You must inst

    npm WARN stylus-loader@3.0.2 requires a peer of stylus@>=0.52.4 but none is installed. You must i ...

最新文章

  1. PHP和mysql的长连接
  2. service数据保存_「数据架构」数据流程图与实例-客户服务系统
  3. 炉石android更新日志,炉石传说每逢更新必卡门,安卓用户你们想哭了吗?
  4. python field readonly_Python serializers.ReadOnlyField方法代码示例
  5. js前台页面显示中文,后台存对应的value值实现
  6. Flex容器拖动(Bordercontainer为例)
  7. GitHub项目管理维护实用教程
  8. Hadoop 命令操作
  9. rpm安装mysql5.7.16_【CentOS 6.6 RPM方式安装MySQL 5.7.16 】
  10. asp 文本转时间_三分钟学会在ASP.NET Core MVC 中使用Cookie
  11. 疯狂软件对Oracle放弃Java EE的看法
  12. SCSI代码分析(0)SCSI层框架
  13. Windows驱动开发第8课(驱动签名与禁用签名打开系统测试模式)
  14. 为什么一提到苹果就想到乔布斯,蒂姆·库克的事迹你知道多少?
  15. 动态规划:走楼梯问题——01
  16. outlook邮箱收到的附件(excel, word, ppt)不能正常打开的解决办法
  17. python文件的两种类型是什么意思_Python文件处理里encoding和encode有事区别,bytes类型是什么意思?...
  18. 【行业首发】蛙色VR全景作品支持对接飞猪旅行
  19. 《通信原理》(2):信息量及平均信息量
  20. Leetcode Weekly 188 解题报告

热门文章

  1. 腾讯云公布5G产品矩阵,年底前交付300个边缘计算中心
  2. 华硕笔记本不受控制自动不停地输入++++++++++++++++++++++++
  3. 多个业务子系统的集中统一管理用户权限,SQL脚本批量事务运行的参考代码
  4. 新病毒王“永恒之石”来袭 一次用了7个NSA漏洞
  5. 导航定位系统的原理解析(一个小白写给另一个小白)
  6. mysql修改uuid
  7. 一台机器就能帮助夫妻怀孕? AI比医生更善于预测胚胎良好度
  8. 法律常识(四)消费者权益保护法
  9. 能在一台电脑上装好系统,然后把硬盘换到另外一台电脑上用吗?
  10. 设定关系(A=1,B=2,C=3,···,Z=26,AA=27,AB=28,···,AAA=XXX,···),写一个转换函数,根据上面规则把一个字符串转换为数字。