본문 바로가기
ReactNative/Errors

RN - Error : internal/modules/cjs/loader.js:582 throw err

by 경험을 기록으로 2022. 7. 27.
반응형

 internal/modules/cjs/loader.js:582 throw err 

해결방법

  1. Delete the node_modules directory
  2. Delete the package-lock.json file
  3. Run npm install
  4. Run npm start

명령어는 하단 참조

rm -rf node_modules package-lock.json && npm install && npm start
반응형
LIST

댓글