개발 에러

Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime

student513 2021. 6. 28. 10:36

$ 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-sass

Wrapper around libsass

www.npmjs.com

터미널에 node -v를 입력했을 때 16버전 쯤으로 나온다면 버전을 14정도로 낮춰주자

nvm을 이용하면 된다

 

그렇게 되면 can't find module 'sass'라는 문구가 뜬다. 설치해주자

yarn add sass