@ng-toolkit/universal ERROR: Cannot read property ‘unshift’ of undefined

최대 1 분 소요

@ng-toolkit/universal ERROR: Cannot read property 'unshift' of undefined 에러에 대해 알아보겠습니다.

Angular universal에서 window를 사용하기 위해 @ng-toolkit/universal 을 설치해야 합니다.

ng add @ng-toolkit/universal

그런데 Angular 8 에서는 설치하려고 시도하면 unshift 에러가 발생합니다.

@ng-toolkit/universal ERROR: Cannot read property 'unshift' of undefined

검색해보니 버전의 문제인 것으로 파악되었습니다.

ng add로 설치해보면 @ng-toolkit/universal 버전이 1.1.21 이 설치 되는데
이는 너무 낮은 버전으로 최신 버전인 7.1.2를 설치해야 위의 에러가 해결 됩니다.

참고 사이트

댓글남기기