react 실행을 했을 때 해당 오류를 볼 수 있습니다.

 

1. npm 재설치

npm cache clean --force
rm node_modules
npm install

혹은

npm update
node_modules 폴더 삭제
package-lock.json 삭제
npm cache clean --force
npm install

+ Recent posts