jsx element implicitly has type 'any' because no interface 'jsx.intrinsicelements' exists
|2025. 4. 23. 13:10
개발환경 : vscode
언어 : typescritpe + javascript
현상
모든 코드에 빨간줄 뜨면서 'jsx element implicitly has type 'any' because no interface 'jsx.intrinsicelements' exists' 가 뜸.
(에러 캡쳐 못함)
도커 사용해서 코드는 잘 굴러가는 상황
해결
방법 1)
Ctrl+Shift+P > 'Developer Reload Window'
출처 : https://jang8584.tistory.com/295
방법 2) npm install
>> 윈도우 재설치하면서 npm install 을 안해줬었음.
전 바보입니다.
node_modules 가 비어있었네요~
nvm 으로 node vesion 맞춰주고 npm intall 해줍니다.
'개발ING > React' 카테고리의 다른 글
[ReactJS/노마드코더] Github Repository 연동 (1) | 2024.11.20 |
---|---|
[ReactJS/노마드코더] Create React App 리액트 프로젝트 생성 - ReactJS로 영화 웹 서비스 만들기 (2) | 2024.11.19 |
[ReactJS/노마드코더] ReactJS로 영화 웹 서비스 만들기 #8 Introduction (0) | 2024.11.18 |
[websocket 정복] 환경설정 nodeenv 가상환경 생성 활성화 해제 (2) | 2024.11.13 |
[websocket 정복] nodejs 가상환경설정 도구 nodeenv 설치 (윈도우) (2) | 2024.11.09 |