-
오류 증상, 출력
프로젝트 실행
npm start
작동중 xx.tsx파일 수정감지하여 다시 컴파일 중 오류 출력.
Failed to compile. [eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app » D:\TypescriptEx1\node_modules\eslint-config-react-app\base.js" and "BaseConfig » D:\typescriptex1\node_modules\eslint-config-react-app\base.js". ERROR in [eslint] Plugin "react" was conflicted between "package.json » eslint-config-react-app » D:\TypescriptEx1\node_modules\eslint-config-react-app\base.js" and "BaseConfig » D:\typescriptex1\node_modules\eslint-config-react-app\base.js". webpack compiled with 1 error No issues found.
eslint-config-react-app 재설치 (해결X)
eslint-config-react-app 삭제
npm uninstall eslint-config-react-app
eslint-config-react-app 설치
npm i eslint-config-react-app
VSC 프로젝트 시작경로 변경
프로젝트 외적 문제로 경로 명명 규칙과 연관되어 있다.
위 예제에서 'TypescriptEx1'으로 되어 있는 경로와 Vsc바로 가기를 'typescriptex1'로 하여 실행하여 내부적으로 모두 'typescriptex1'의 경로명을 가지도록 통일하면 해결된다.
'Typescript' 카테고리의 다른 글
Vsc & NodeJs 에서 Typescript 빌드 (0) 2022.11.20 node_modules 재설치 (0) 2022.11.18 Type casting, string to number to string (0) 2022.11.18 Vsc & Nodejs & React & Typescript 사용하기 (0) 2022.11.18 Typescript Tsc 컴파일러(Compiler) 옵션 (1) 2022.11.18 any (0) 2022.11.15 tsc tsconfig.json 생성 (0) 2022.11.15 Vsc & NodeJs 에서 TypeScript 설치 (0) 2022.11.15