D:\sourceCode\the_new_ucb_front>npm install react-wordcloud
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: the_new_ucb_front@0.1.0
npm ERR! Found: styled-components@6.0.0-rc.1
npm ERR! node_modules/styled-components
npm ERR!   styled-components@"^6.0.0-rc.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer styled-components@">=4.0.0 || >=5.0.0" from styled-reset@4.4.7
npm ERR! node_modules/styled-reset
npm ERR!   styled-reset@"^4.4.7" 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) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! C:\Users\lumib\AppData\Local\npm-cache\_logs\2023-05-23T06_19_09_095Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: C:\Users\lumib\AppData\Local\npm-cache\_logs\2023-05-23T06_19_09_095Z-debug-0.log

 

npm install react-wordcloud --save --legacy-peer-deps 로 해결

Posted by roselumi
,