설치한 라이브러리
https://www.npmjs.com/package/typeorm-snake-naming-strategy
typeorm-snake-naming-strategy
Snake naming strategy for TypeORM.. Latest version: 1.0.2, last published: 4 years ago. Start using typeorm-snake-naming-strategy in your project by running `npm i typeorm-snake-naming-strategy`. There is 1 other project in the npm registry using typeorm-s
www.npmjs.com
상황:
TypeORM 에서 snakeCase 로 자동으로 바꿔주는 라이브러리를 설치했는데 위와 같은 에러가 뜸
이유:
ES 버전이 맞지 않아서 생기는 오류
문제
이것 때문에 setting에서 ES 버전도 바꾸어보고 했는데
결국, 위에서 설치한 라이브러리가 너무 오래 된것이다....
최신버전으로 배포된 아래 라이브러리를 설치 하니 바로 해결된다... 라이브러리 이름이 너무 똑같다;;;;
https://www.npmjs.com/package/typeorm-naming-strategies
typeorm-naming-strategies
Custom naming strategies for typeorm. Latest version: 4.1.0, last published: 2 years ago. Start using typeorm-naming-strategies in your project by running `npm i typeorm-naming-strategies`. There are 98 other projects in the npm registry using typeorm-nami
www.npmjs.com