首页 > 其他分享 >ERESOLVE unable to resolve dependency tree

ERESOLVE unable to resolve dependency tree

时间:2023-05-30 21:23:11浏览次数:30  
标签:resolve tree dependency unable 报错 ERESOLVE

错误描述:

https://cdn.nlark.com/yuque/0/2023/png/36063550/1685444671488-c4c7e7f2-2f48-4e2d-8fc2-f28cc1504667.png

报错原因(据查):

  • 依赖项中存在无法解决的冲突

解决方法:使用如下命令

npm i --legacy-peer-deps

运行结果:

https://cdn.nlark.com/yuque/0/2023/png/36063550/1685444983121-a52c5111-f6ff-41e9-921c-40720582a475.png

标签:resolve,tree,dependency,unable,报错,ERESOLVE
From: https://www.cnblogs.com/lickoc/p/17444492.html

相关文章

  • Expected MultipartHttpServletRequest: is a MultipartResolver configured方案。
    //1.报错:ExpectedMultipartHttpServletRequest:isaMultipartResolverconfigured?//2.解决<!--uploadify文件上传组件--><dependency><groupId>commons-fileupload</groupId><artifactId>commons-fileupload</artifactId>......
  • error Resolve error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compile
    创建Vue3项目时出错error Resolveerror:@vitejs/plugin-vuerequiresvue(>=3.2.13)or@vue/compiler-sfctobepresentinthedependencytree将vue 升级到 [email protected]  版本 执行[email protected] ......
  • 记录一次全局异常告警@ExceptionHandler和HandlerExceptionResolver的问题
         最近有同事说之前写的全局异常告警,如果有@Valid的注解,在接入新写的插件告警后,返回信息不打印了。全局异常是基于@ExceptionHandler的全局异常类,主要是ServletMVC的ModelAndView返回的错误信息的捕获。代码如下:   /***@authorxxx*/@RestControlle......
  • 使用 dependency walker 调试程序依赖项
    一般有两种使用方式,一种是运行可执行文件或命令,根据输出日志动态查看缺失的依赖项;一种是打开.dll等文件,查看静态文件依赖项。1.可执行文件,比如.exe,file->open打开后,再选择profile->startprofiling...输入启动参数,即可以开始调试输出。  比如要调试动态注册.dll......
  • 关于UnsatisfiedDependencyException问题的解决
    问题描述看到p命名空间使用同样的代码就可以运行,就直接将p改成了c,然后就一直报出这个错误问题解决查看我的相关配置文件,发现都没有问题,然后尝试将user对象的所有参数都给赋值,然后再试一试,然后正确结果就出来了;原来使用c命名空间的话,需要将该对象的所有属性都给赋值,但是p命名空......
  • vue node报错ERESOLVE unable to resolve dependency tree
    解决:ERESOLVEunabletoresolvedependencytree小张不厌学于2022-08-2517:00:44发布30549收藏102文章标签:npmvue.js前端版权华为云开发者联盟该内容已被华为云开发者联盟社区收录加入社区NPM版本问题报错的解决方案在安装项目依赖时,很大可能会遇到安装不成功的问题......
  • fatal: unable to access 'https://gitee.com/...': Could not resolve host: gitee.c
    把https模式换成ssh用gitremote-v查看使用的是https还是ssh等$gitremote-v>originhttps://github.com/USERNAME/REPOSITORY.git(fetch)>originhttps://github.com/USERNAME/REPOSITORY.git(push)使用gitremoteset-url命令将远程URL从HTTPS更改为SSH$gitremote......
  • npm ERR! ERESOLVE could not resolve
    报错信息: 解决方法:(29条消息)npmERR!codeERESOLVEnpmERR!ERESOLVEcouldnotresolvedependency_npmerr!codeeresolvenpmerr!eresolvecouldnot_南北极之间的博客-CSDN博客防止连接不能用存档一下npminstall******--save --force--legacy-peer-depsnpm......
  • ERROR: pip's dependency resolver does not currently take into account all the pa
    报错原因:ERROR:pip'sdependencyresolverdoesnotcurrentlytakeintoaccountallthepackagesthatareinstalled.Thisbehaviouristhesourceofthefollowingdependencyconflicts.scipy1.7.3requiresnumpy<1.23.0,>=1.16.5,butyouhavenumpy......
  • JDK导致ActiveMQ、Kafka连接zookeeper失败:Session 0x0 for server 10.1.21.244/<unres
      最近在部署一套ActiveMQ集群时,使用zookeeper来实现,zookeeper启动了,在启动ActiveMQ时,抛出异常:    WARN|Session0x0forserver10.1.21.244/<unresolved>:2181,unexpectederror,closingsocketconnectionandattemptingreconnectjava.lang.IllegalArgu......