우당탕

[React, Typescript] not reading tsx typescript Error: ENOENT: no such file or directory, ...

캥거루 2021. 6. 14. 03:04

jsx 파일을 tsx 파일로 바꾸고 import 했을 때 해당 오류가 나는 경우가 있다.

 

typescript Error: ENOENT: no such file or directory, ...

 

방법은 매우 간단하다. 현재 실행 중인 서버를 종료하고 다시 시작 (내 경우엔 npm start) 하는 것.

 

출처 : https://stackoverflow.com/questions/55015303/reactjs-error-enoent-no-such-file-or-directory-open-after-converting-jsx