현재 Typescript 버전에따른 일시적인 NestJS CLI 버그가 있습니다.
nest g 커맨드 사용시 cannot read properties of undefined 에러가 나는 분들은 package.json에서 TS 버전을 5.5.3버전으로 고정해주시길 바랍니다.
아래 이슈 링크 및 해결법 링크 첨부해드립니다.
예)
[이슈]
https://github.com/nestjs/nest-cli/issues/2662
[해결법]
https://github.com/nestjs/nest-cli/issues/2662#issuecomment-2245174628