미니옵빠의 code stubs

tslint 관련 Error: Cannot find module './test/parse' 오류를 만날 경우 본문

Language/Typescript

tslint 관련 Error: Cannot find module './test/parse' 오류를 만날 경우

미니옵빠 2017. 7. 11. 15:44


Yarn + Typescript + tslint 에서 아래의 오류를 만날 경우 (IDE겠죠)


Error: Cannot find module './test/parse'


1. .yarnclean 파일 삭제

2. node_modules 폴더 전체 삭제

3. yarn install 다시



yarn clean을 했을 경우, test 라는 네이밍의 폴더/파일을 날려버리는 듯.



참고

https://github.com/palantir/tslint/issues/1770#issuecomment-264757872