codestates / codestates/GearLog
10월 7일 김동찬 이슈카드
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### 오늘은 어떻게 프로젝트에 기여했나요?
- 게시판 구현을 어떤 로직을 쓸지 고민을 하고 1차로 CKEditor5버전을 사용하여 구현을 해볼려고 하였습니다.
게시판에 글쓰기 기능을 구현을 하였습니다.
### 오늘의 프로젝트에서 힘든 점은 무엇인가요?
- 항목별로 적어주세요.
```
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도 추가를 하였더니 해결이 되었습니다.
### 내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?
- [x] 게시판 Veiw 구현 및 css작업을 진행할 예정입니다.
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.