Mac M1, Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64) 에러 대처법
Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (88)
I have tried to install gulp-sass latest version with npm i gulp-sass --save-dev in the begining I got a lot of errors but later solved them. But whenever I try to run gulp I got this error: Error...
stackoverflow.com
맥 M1 장비에서 "yarn serve" 실행시 위와 같은 오류가 발생될 경우...
Syntax Error: Error: Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64) with Unsupported runtime (93)
node-sass 보다는 Dart sass를 사용하는 것을 권장하므로, dart sass를 설치
yarn add sass -D -std=c++17
아니면,
npm -i sass --save-dev
Mac OS에서 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_cv 에러가 발생할 경우. (0) | 2021.05.06 |
---|---|
No Xcode or CLT version detected! 오류 해결 (0) | 2021.05.06 |
댓글 영역