잘 되던 노드 소스가 또 M1에서 돌아가지 않는다.
TypeError: Node Sass does not yet support your current environment:
OS X Unsupported architecture (arm64) with Unsupported runtime (93)
node sass (css 전처리기)가 m1 지원이 되지 않는다고한다.
dart sass를 설치하면 해결 가넝..
npm i sass --save-dev