
TypeError: Class constructor Model cannot be invoked without 'new'
- new 없이 클래스 모델을 호출할 수 없습니다.

- 검색 결과 클래스 문법은 최신이므로 컴파일러 옵션 target에 "ES6"를 추가해 주자

'기타 > 에러' 카테고리의 다른 글
Error: error:1E08010C:DECODER routines::unsupported (1) | 2023.01.06 |
---|---|
augmentations for the global scope can only be directly nested in external modules ts(2669) (0) | 2022.06.02 |
ReferenceError: __dirname is not defined (0) | 2022.04.09 |
error: Cannot set headers after they are sent to the client (0) | 2022.02.27 |