반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 시스템설계
- FirebaseAnalytics
- 시스템설계면접예시
- s3이미지다운로드됨
- react-ga
- cypressBDD
- cypress React
- 가상면접2장
- 리팩토링2판4장
- 전략패턴
- 시스템설계면접
- file not found Error
- gitsquash
- react
- 디자인패턴
- 리액트구글애널리틱스
- git squash
- 시스템설계방법
- git commit 협업
- 시스템설계면접팁
- Git commit 합치기
- awss3
- 헤드퍼스트전략패턴
- 가상면접3장
- 리팩터링2판테스트
- git commit merge
- 가상면접으로대규모시스템
- formik submitting not working
- 테스트코드책
- formik react-query submitting not working
Archives
- Today
- Total
mingg IT
[React] Error: node sass version 5.0.0 is incompatible with ^4.0.0. 본문
FrontEnd
[React] Error: node sass version 5.0.0 is incompatible with ^4.0.0.
mingg123 2020. 12. 5. 17:25node sass version 5.0.0 is incompatible with ^4.0.0.
.scss 스타일시트를 처음 사용할 때 이러한 에러가 발생했다.
$ npm uninstall node-sass
$ npm install node-sass@4.14.1
$ yarn start
하니 정상적으로 동작함
'FrontEnd' 카테고리의 다른 글
[React] 웹팩(webpack) 과 create-react-app (0) | 2020.12.14 |
---|---|
[React] Context API (0) | 2020.12.08 |
[React, JavaScript] 비동기 처리 (0) | 2020.12.08 |
[React] NavLink (0) | 2020.12.08 |
[React] 뒤로가기, 홈으로 가기 History 이용 (0) | 2020.12.07 |
Comments