codestates / GearLog

0 stars 0 forks source link

10월 7일 김동찬 이슈카드 #24

Open kedm717 opened 2 years ago

kedm717 commented 2 years ago

오늘은 어떻게 프로젝트에 기여했나요?

오늘의 프로젝트에서 힘든 점은 무엇인가요?

Failed to compile.

./src/Pages/Home/Communtiy.js
Module not found: Can't resolve 'react-html-parser' in '/Users/gimdongchan/Desktop/frist project/GearLog/client/src/Pages/Home'

에러 부분입니다. 에러 메세지에서는 모듈를 찾을수 없다고 나오는데 , 'react-html-parser' 메세지의 해당 모듈을 package.json에 세팅을 하고 npm를 이용하여 설치를 하여도 계속 반복적인 오류가 나와서 힘들었습니다. 해결 방안은

yarn add 

로 yarn도 추가를 하였더니 해결이 되었습니다.

내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?

Additional context Add any other context or screenshots about the feature request here.