node_modules1 [Error]node_modules .pnpm 경로 인식 못 하는 이슈 (임시해결) 에러발생 JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists. 이 에러는 TypeScript 프로젝트에서 JSX를 사용할 때 발생한다. TypeScript는 JSX 요소를 해석하기 위해 내부적으로 JSX.IntrinsicElements 인터페이스를 하고, 만약 React와 같은 라이브러리의 타입 정의가 프로젝트에 포함되어 있지 않다면, TypeScript는 JSX 요소의 타입을 결정할 수 없어 이런 에러를 발생시킨다 Cannot find module 'react' or its corresponding type declarations. 이 에러는 'react' 모듈이나 해당 타입 선언 파일(*.d... 2024. 2. 4. 이전 1 다음