Inflearn brand logo image

Inflearn Community Q&A

parkhi22880048's profile image
parkhi22880048

asked

TypeScript Korea: React with TypeScript Seminar

create-react-app

warning "react-scripts > @typescript-eslint/eslint-plugin

Written on

·

282

0

warning "react-scripts > @typescript-eslint/eslint-plugin > tsutils@3.17.1" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".

$ create-react-app --typescript   

위와 같은 명령을 실행할경우 위와 같은 에러가 발생하면서 tslint.json 파일이 생성되지 않습니다. 해결할수있는 방법이 있을까요?

reacttypescript

Answer

This question is waiting for answers
Be the first to answer!
parkhi22880048's profile image
parkhi22880048

asked

Ask a question