Programming 98

TypeError: Cannot read property 'kind' of undefined 해결 방법

Angular production 모드로 빌드하려고 하는데 다음과 같은 에러가 발생했다. TypeError: Cannot read property 'kind' of undefined 찾아보니까 typescript 3.9.x 버전 대에서 저런 현상이 있나보다. 나는 3.9.7이었다. 그래서 3.8.3으로 다운그레이드 함. npm install typescript@3.8.3 하지만 그 에러가 또 발생함.. 이번에는 될까요?~!?? npm install typescript@4.0.2 typescript 버전을 아무리 바꿔도 계속 발생한다... 타입 스크립트 모듈 버전 문제가 아니라고 판단. npm i \@angular-devkit/build-angular --save npm i \@angular-devkit/..