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
'React' 카테고리의 다른 글
[React.js] [DEPRECATED] default export is deprecated, instead import { create } from'zustand' ERROR (0) | 2023.03.14 |
---|---|
[REACT] Error: cannot find module error 해결 (0) | 2023.02.16 |