簡體   English   中英

無法使用 npm 安裝 Recharts

[英]Unable to install Recharts using npm

npm install recharts using npm 我在控制台中得到以下信息

npm ERR! code ERESOLVE                                         
npm ERR! ERESOLVE unable to resolve dependency tree            
npm ERR!                                                       
npm ERR! While resolving: project@0.1.0                        
npm ERR! Found: react@18.0.0                                   
npm ERR! node_modules/react                                    
npm ERR!   react@"^18.0.0" from the root project               
npm ERR!                                                       
npm ERR! Could not resolve dependency:                         
npm ERR! peer react@"^16.0.0 || ^17.0.0" from recharts@2.1.9   
npm ERR! node_modules/recharts                                 
npm ERR!   recharts@"*" from the root project                  
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) depend
ency resolution.                                               
npm ERR!                                                       
npm ERR! See \npm-cache\eresolve-r
eport.txt for a full report.                                   
                                                               
npm ERR! A complete log of this run can be found in:           
npm ERR!     \npm-cache\_logs\2022
-04-21T22_49_43_368Z-debug.log    

為什么會這樣?

嘗試運行npm install recharts --forcenpm install recharts --legacy-peer-deps如果這不起作用,刪除節點模塊文件夾並再次安裝 deps 如果它仍然不起作用,那么您可能必須將您的反應版本降級到 16 或17

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM