반응형
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 | 29 | 30 |
Tags
- 가상면접3장
- 시스템설계면접팁
- 리액트구글애널리틱스
- git squash
- git commit merge
- awss3
- react-ga
- 디자인패턴
- cypress React
- 시스템설계면접예시
- 시스템설계방법
- git commit 협업
- 헤드퍼스트전략패턴
- 가상면접2장
- s3이미지다운로드됨
- 전략패턴
- gitsquash
- 시스템설계면접
- formik submitting not working
- FirebaseAnalytics
- Git commit 합치기
- 리팩터링2판테스트
- file not found Error
- cypressBDD
- react
- 가상면접으로대규모시스템
- formik react-query submitting not working
- 리팩토링2판4장
- 시스템설계
- 테스트코드책
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