Skip to content

Commit c693f79

Browse files
committed
Add correction for sass 9.2, 10.1 - velopert#311
1 parent e2719da commit c693f79

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

corrections.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
88
- [개정판-3쇄.md](https://github.com/velopert/learning-react/blob/master/_old_corrections/%EA%B0%9C%EC%A0%95%ED%8C%90-3%EC%87%84.md)
99
- [개정판-4쇄.md](https://github.com/velopert/learning-react/blob/master/_old_corrections/%EA%B0%9C%EC%A0%95%ED%8C%90-4%EC%87%84.md)
1010

11+
### 9.2 업데이트 (pg. 224)
12+
13+
node-sass 최신 버전이 현재 create-react-app에서 작동하지 않습니다. 따라서, 구버전을 설치해야 합니다.
14+
15+
```diff
16+
- $ yarn add node-sass
17+
+ $ yarn add [email protected]
18+
```
19+
20+
문구 추가: 2021년 1월 기준, node-sass의 최신 버전이 create-react-app 에서 지원되고 있지 않습니다. 따라서, 구버전을 사용해주세요.
21+
22+
### 10.1 업데이트 (pg. 255)
23+
24+
```diff
25+
- $ yarn add node-sass classnames react-icons
26+
+ $ yarn add [email protected] classnames react-icons
27+
```
28+
1129
### 20.3.5 업데이트 (pg.559, pg.560)
1230

1331
`runtime~main.js``runtime-main.js` 로 변경됐습니다.

0 commit comments

Comments
 (0)