Programming language/Angular( 2.x~ )

ERROR in node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' expected 문제

hello-world 2019. 3. 5. 16:00
728x90
반응형

Angular cli 로 프로젝트 설치후 실행 하려는데 아래와 같은 문구로 급 당황하게 했다.

아마도 rxjs 나 typescript의 버전 호환성 때문에 일어나는 문제 같다.


ERROR in node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' expected


해결책은 터미널에서 


npm update 하면 끝~ 


아래 stackoverflow에도 해결책이 제시되어 있다.


https://stackoverflow.com/questions/54529027/node-modules-rxjs-internal-types-d-ts81-44-error-ts1005-expected-error-a

728x90
반응형