패키지 삭제후 새로 시작할 때 아래와 같이 진행하면 cannot find module error를 해결할 수 있다 🤩🤩 # 명령어로 캐시를 삭제npm cache clean --force# node_modules 폴더 삭제# package-lock.json 파일 삭제# 재설치npm install