인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

yojihan's profile image
yojihan

asked

Practical React Programming

Deciding how to write CSS

현재기준 node-sass 그냥 설치하면 5.0.0 버전으로 설치되는데

Written on

·

392

1

css-loader 모듈이랑 뭔가 충돌이 있는것같아요 빌드시에 에러 발생합니다

dependencies에서 4.14.1 버전으로 변경하고 다시 설치하니 잘 되네요

혹시 안되시는분들은 확인해보세요

reactredux

Answer 1

0

landvibe님의 프로필 이미지
landvibe
Instructor

안녕하세요
해결 방법 설명해주셔서 감사합니다

관련된 내용이 create-react-app 이슈로 올라와 있네요
https://github.com/facebook/create-react-app/issues/10045#issuecomment-738920721

당분간은 straycatkms 님이 말씀해주신대로 아래 명령어를 사용하시면 됩니다
npm install node-sass@4.14.1 

yojihan's profile image
yojihan

asked

Ask a question