Nest.js

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree

Dev갱이 2024. 4. 7. 20:37
728x90

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