본문 바로가기

angular

angular node sass error

angular-cli를 업데이트 하고 나서 angular ng serve 시에 


Node Sass could not find a binding for your current environment: OS X 64-bit with Node.js 10.x ...


이런 오류가 발생하면서 잘되던 빌드가 안되는 경우가 있다.


npm rebuild node-sass --force


이런 오류가 발생할 때 위의 명령어를 실행 해 주고나서 다시 ng serve를 실행하면 다시 잘 작동한다.


근데 저 명령어를 실행하고나서 꽤 시간이 걸렸다.


https://github.com/sass/node-sass/issues/1993