npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! node_modules/@fullcalendar/vue
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See D:\development_tool\nodejs\node_cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     D:\development_tool\nodejs\node_cache\_logs\2022-01-25T09_47_18_320Z-debug.log

至于造成问题出现的原因,网上多数网友说造成的原因是:安装的nodejs版本过高,俺也不知道
解决方案:

npm i --legacy-peer-deps

然后执行npm install 问题解决…
这是在使用ant-designed-pro 4的时候出现的问题…

Logo

前往低代码交流专区

更多推荐