Skip to content

Commit c7661e3

Browse files
committed
closes #26
1 parent dc64cc9 commit c7661e3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

corrections.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,20 @@ $ yarn start
106106

107107
수정 후: `src/styles/main.scss`
108108

109+
### pg.196 ([Issue #26](https://github.com/velopert/learning-react/issues/12))
110+
111+
- 오탈자는 아니지만.. 일부 환경에서 yarn eject 후 babel-loader 가 설치가 제대로 안되는 오류가 발생하고 있는데 이를 위한 해결방안 추가.
112+
- 다음 내용을 참고 박스 안에 넣어서 내용 추가
113+
114+
####오류가 발생한다면?
115+
116+
일부 환경에서 yarn eject 후 서버를 시작 할 때 babel-loader 가 제대로 설치되어있지 않다는 오류가 발생 할 수 있습니다. 그럴 땐, yarn 명령어를 사전에 한번 실행해주면, 제대로 설치가 이뤄집니다.
117+
118+
```
119+
$ yarn
120+
$ yarn start
121+
```
122+
109123
### pg. 199 ([Issue #5](https://github.com/velopert/learning-react/issues/5)) ✅
110124
- PageTemplate.js 파일 경로
111125
- 경로에 PageTemplate/ 경로가 빠져있음

0 commit comments

Comments
 (0)