일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- C# MDB
- 객체지향
- DrawRectangle
- 공공 데이터 포털
- Cell Border Style
- MVC
- sqlite3
- Excel Cell Format
- DrawEllipse
- solid
- c#
- delegate
- 디자인 패턴
- JSON
- 버스 API
- TDD
- 시
- C# 파일 암/복호화
- WPF
- Winform
- MDB Connect
- 경기도 버스정보시스템
- NUnit
- 경기도 버스
- MDB Select
- C# MDB Handle
- GDI+
- eventargs
- Json.NET
- eventhandler
Archives
- Today
- Total
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 해보면 해결~!
반응형
'IT Engineering > Angular' 카테고리의 다른 글
[Angular2] Can not determine the module class x Component in location/x.component.ts add xcomponent to Ng Module to fix it (0) | 2018.04.05 |
---|---|
[Angular2] Pipe 사용법 (0) | 2018.04.03 |
Angular 기초 (0) | 2018.03.07 |
Comments