Building & Learning/ReactJS영화웹서비스만들기

노마드코더 ReactJS로 영화 웹 서비스 만들기 05-2 무료강좌

devlunch4 2025. 6. 6. 16:59
반응형

 

노마드코더 ReactJS로 영화 웹 서비스 만들기 05-2 무료강좌

 

 

진행중 npm start 후 오류 코드

Failed to compile.

[eslint] 
src/Button.js
  Line 7:8:  Typo in static class property declaration  react/no-typos

src/index.js
  Line 18:1:  'reportWebVitals' is not defined  no-undef

Search for the keywords to learn more about each error.
ERROR in [eslint] 
src/Button.js
  Line 7:8:  Typo in static class property declaration  react/no-typos

src/index.js
  Line 18:1:  'reportWebVitals' is not defined  no-undef

Search for the keywords to learn more about each error.

webpack compiled with 1 error
 

이러한 오류가 발생하는데요.

실제로 서버 구동 및 웹페이지 표시에는 문제가 없었습니다.

그러나 보이면 뭔가 문제 있는것 같은데요.

 

일단 iDE vscode 를 종요하고 맥을 재부팅 하였습니다.

그리고 다시 vscode 재시작, npm start 명령어로 재시작하니. 오류가 해결되었습니다.

 

아마 npm 내 라이브러리 설치

npm i prop-types 설치에 의한 설정 변경이 바로 적용되지 않아 생긴 오류로 보입니다.

끝!

 

반응형