ng serve 명령으로 빌드하면 위와 같은 에러가 발생. Your global Angular CLI version (7.3.9) is greater than your local version (6.0.8). The local Angular CLI version is used. To disable this warning use “ng config -g cli.warnings.versionMismatch false”. Angular CLI의 글로벌 버전과 로컬 버전 간의 차이가 있다고 함. ERROR in node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ‘;’ expected. node_modules/rxjs/internal/types.d.ts(81,74): error TS1005: ‘;’ expected. …
더 읽기 »