-
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estreeNest.js 2024. 4. 7. 20:37728x90
yarn-berry로 Nestjs 프로젝트를 만들었을때 eslint 명령어를 입력 했을때 발생하는 에러
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not. SUPPORTED TYPESCRIPT VERSIONS: >=4.3.5 <5.4.0
YOUR TYPESCRIPT VERSION: 5.4.3$ yarn add -D typescript@~5.3.9
이렇게 직접적으로 특정 버전을 설치 해주어서 해결했다.
728x90'Nest.js' 카테고리의 다른 글
NestJS에서 nest-cli로 실행 시킬때 src폴더 외 루트 경로 인식 못할때 (0) 2024.04.17 NestJS에서 yarn-berry로 생성 후 발생하던 문제 (0) 2024.04.07 NestJS redis 라이브러리 (0) 2024.03.17 NestJS에서 에러 로그 생성 및 관리 (0) 2024.03.12 NestJS class-validator 사용시 일관성 있는 에러처리 (0) 2024.03.08