TypeError [ERR_INVALID_ARG_TYPE]: The “path” argument must be of type string. Received type undefined raised when starting react app
개발한 react Application을 본격적으로 배포 시작을 위해 build 하고 난 후 아래와 같은 오류가 발생했다 ㅠ.ㅠ TypeError [ERR_INVALID_ARG_TYPE]: The “path” argument must be of type string. Received type undefined raised …