Frontend/JS
TypeError: Cannot read property 'node' of undefined 에러 해결
Hugehoo
2021. 5. 26. 10:13
상황
react app 폴더를 로컬에서 다른 디렉토리로 옮겼을 때 발생한 문제
에러 메세지
TypeError: Cannot read property 'node' of undefined
해결
node_modules 폴더를 지운 후에 다시 npm install 을 해준다.