$ yarn remove node-sass && yarn add node-sass
혹은
$ npm rebuild node-sass
그럼 그 다음은 이런 에러가 뜬다
Node Sass version 6.0.0 is incompatible with ^4.0.0 || ^5.0.0.
node-sass 버전을 낮춰주자
yarn remove node-sass && yarn add node-sass@5.0.0
그런데 안타깝게도 관리자가 더이상 관리하기를 포기한 모양이다 (개빡치네)
터미널에 node -v를 입력했을 때 16버전 쯤으로 나온다면 버전을 14정도로 낮춰주자
nvm을 이용하면 된다
그렇게 되면 can't find module 'sass'라는 문구가 뜬다. 설치해주자
yarn add sass
'개발 에러' 카테고리의 다른 글
슈퍼브에이아이의 Front-End Engineer가 버그🐞를 대응하는 자세 (1) | 2023.07.25 |
---|---|
'React' refers to a UMD global, but the current file is a module (1) | 2021.06.19 |
Unable to resolve module '@react-native-...' from 'src/screens/..' 에러 해결 (0) | 2020.07.29 |
iOS) DTDeviceKit: deviceType from [divice id] was NULL (0) | 2020.07.29 |
git pull하다 dependency가 꼬여버렸을 때 (0) | 2020.07.29 |