반응형
✔️ 필요성
멀쩡하게 react-chartjs-2 패키지로 chart.js 잘 쓰고 있었는데 갑자기 build를 하니 Module not found라면서 에러가 났다. 당황
✔️ 문제 해결
StackOverflow를 뒤지다보니 npm 말고 yarn으로 설치해보라는 방법이 있어서 믿진 않았지만 해봤는데 됐다. 당황스러운 에러에 당황스러운 해결방법
yarn add react-chartjs-2 chart.js
반응형
'프론트엔드 웹 > React' 카테고리의 다른 글
[에러해결] Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. (0) | 2022.05.03 |
---|---|
react에서 slack으로 메시지 보내기 (incoming webhook) (1) | 2022.04.27 |
react-router-dom v6에서 RouteComponentProps 안 쓸 때 (0) | 2022.04.19 |
React 18에서 ReactDOM.render 사용하지 않고 createRoot 사용 (0) | 2022.04.19 |
url Query로 컴포넌트 state 관리하기 (0) | 2022.04.01 |