inflearn logo
Course

Course

Instructor

jeongbaebang's Posts

jeongbaebang jeongbaebang

@jeongbaebang

Reviews Written
3
Average Rating
4.7

Posts 3

Q&A

Custom Repository 부분에서 에러가 납니다.

https://docs.nestjs.com/techniques/database#typeorm-integration WARNING Note that we're using TypeORM v0.2, which isn't the latest version of TypeORM. The latter has substantial modifications and duplicate methods which are used on this page. You can read about typeorm@0.3.0 changes on their repository . 공식 문서에 보시면 현재 typeorm v0.2 버전을 유지하는걸로 나와있습니다. 아마도 현재 typeorm 버전이 0.2 이상 버전을 사용하셔서 deprecated 처리가 된것같습니다. $ npm install typeorm@0.2 명령어를 통해서 공식문서에서 권장하는 버전으로 변경 부탁드립니다.

Likes
2
Comments
1
Viewcount
4120