npm install react-wordcloud
를 설치해서 워드 클라우드가 되는 지 실험 해보려고 했는 데
npm ERR! node_modules/react
npm ERR! react@"^17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.13.0" from react-wordcloud@1.2.7
npm ERR! node_modules/react-wordcloud
npm ERR! react-wordcloud@"*" 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! See C:\Users\kim99\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\kim99\AppData\Local\npm-cache\_logs\2021-12-24T06_50_30_779Z-debug.log
아래 출처에 따라서 다시 설치 했더니 워드 클라우드를 구현 할 수 있었다!
npm install react-wordcloud --save --legacy-peer-deps
https://iancoding.tistory.com/154
'더 알아보기 > 에러' 카테고리의 다른 글
[Error] kakao.init: App key must be provided (0) | 2022.01.26 |
---|---|
[Error] api 요청 시 200, 204 뜨는 이유 (0) | 2022.01.13 |
[Error] git push origin master 시 failed to push some refs to 오류 (0) | 2021.12.13 |
[Error] the slice reducer for key "feed" returned undefined. 에러 (0) | 2021.12.09 |
[Error] doc 사용 시 n.indexOf is not a function 에러 (0) | 2021.12.01 |
댓글