강의

멘토링

로드맵

Inflearn Community Q&A

junhee9160536's profile image
junhee9160536

asked

Node and React series that you can learn by following - Creating a Reddit site (NextJS) (Pages Router)

Creating a User Entity

Cannot find name 'Length'. Did you mean 'length' 에러 발생

Written on

·

288

0

영상 나오는대로 @Length 진행을 하는데 제목 내용처럼 Cannot find name 'Length'. Did you mean 'length' 에러 발생합니다. 어떻게 해결하면 될까요?

클론코딩Next.jspostgresqlreactnodejstypescriptdocker

Answer 1

0

junhee9160536님의 프로필 이미지
junhee9160536
Questioner

확인해보니깐 @Length()을 입력할 때 class-validator에 자동생성되어야하는데 안돼서 인식을 못했던 것으로 확인되었습니다. class-validator에 직접 기재했더니 해당 에러 해결되었습니다.

junhee9160536's profile image
junhee9160536

asked

Ask a question