idea使用npm install运行构建前端项目时出现的错误
npm ERR! code ERESOLVEnpm ERR! ERESOLVE unable to resolve dependency treenpm ERR! node_modules/@fullcalendar/vuenpm ERR!npm ERR! Fix the upstream dependency conflict, or retrynpm ERR! this command wit
·
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的时候出现的问题…
更多推荐
已为社区贡献1条内容
所有评论(0)