White Whale Studio

[Angular2] ng serve 시 오류 케이스 - Node Sass could not find a binding for your current environment: Window 64-bit with Node.js 8.x 본문

IT Engineering/Angular

[Angular2] ng serve 시 오류 케이스 - Node Sass could not find a binding for your current environment: Window 64-bit with Node.js 8.x

glorymind 2018. 4. 6. 09:20
반응형

현상 : 전달받은 소스를 돌려보려고 ng serve 입력했으나 다음과 같이 에러 메시지 출현



문제발생하면 구글부터 찾는게 습관이라..ㅠㅠ


나중에 알고보니 에러 메시지에 해결법이 나와있었네요.


npm rebuild node-sass 명령어를 통해 서로 다른 환경으로 설정된 부분을 재설정 해주는 기능을 수행합니다.

명령어를 실행한 뒤 다시 ng serve 해보면 해결~!

반응형
Comments